#7669E5

Color #7669E5 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7669E5

Tints of Medium Slate Blue #7669E5

Color information

#7669E5 (or 0x7669E5) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 69 and E5. RGB value is (118,105,229). Sum of RGB (Red+Green+Blue) = 118+105+229=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #7669E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669E5 is #89961A. Grayscale: #7A7A7A. Windows color (decimal): -9016859 or 15034742. OLE color: 15034742.

HSL color Cylindrical-coordinate representation of color #7669E5: hue angle of 246.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7669E5 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB118105229-
CMYK0.480.5400.10
HSL246.29º70.45%65.49%-
HSV(B)246.29º54.15%89.8%-
XYZ26.6719.6176.51-
YUV123.02187.81124.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 26.11%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 229 (89.84% from 255) = 50.66%
R=26.11%
G=23.23%
B=50.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1181052290.480.5400.10246.2970.4565.49
Hex7669E530360Af64641
Octal1661513456066012366106101
Binary1110110110100111100101110000110110010101111011010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7669E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7669E5; }

 p { color: rgb(118,105,229); }

 H1.HeaderClassName
 {
   color: #7669E5;
 }
 .AnyTagClassName
 {
   color: #7669E5;
 }
</style>
background-color css

<style>
 a { background-color: #7669E5; }

 a { background-color: rgb(118,105,229); }

 div.DivClassName
 {
   background-color: #7669E5;
 }
 .BgClassName
 {
   background-color: #7669E5;
 }
</style>
border-color css

<style>
 span { border-color: #7669E5; }

 span { border-color: rgb(118,105,229); }

 td.TdClassName
 {
   border-color: #7669E5;
 }
 .TagClassName
 {
   border-color: #7669E5;
 }
</style>