Html Css Color HEX #7666C9 Slate Blue

📋 copy color: '#7666C9'

red 118 ◦ green 102 ◦ blue 201

#7666C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7666C9

Tints of Slate Blue #7666C9

RGB

 RED value IS 118 (46.48% from 255) = 28.03%

 GREEN value IS 102 (40.23% from 255) = 24.23%

 BLUE value IS 201 (78.91% from 255) = 47.74%

R = 28.03%
G = 24.23%
B = 47.74%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7666C9 (or 0x7666C9) is known color: Slate Blue. HEX triplet: 76, 66 and C9. RGB value is (118,102,201). Sum of RGB (Red+Green+Blue) = 118+102+201=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #7666C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666C9 is #899936. Grayscale: #757575. Windows color (decimal): -9017655 or 13198966. OLE color: 13198966.

HSL color Cylindrical-coordinate representation of color #7666C9: hue angle of 249.7º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7666C9 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 102 201 -
CMYK 0.41 0.49 0 0.21
HSL 249.7º 0.48% 0.59% -
HSV(B) 249.7º 0.49% 0.79% -
XYZ 22.77 17.57 57.45 -
YUV 118.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 118 102 201 0.41 0.49 0 0.21 249.7 0.48 0.59
Hex 76 66 C9 29 31 0 15 FA 30 3B
Octal 166 146 311 51 61 0 25 372 60 73
Binary 1110110 1100110 11001001 101001 110001 0 10101 11111010 110000 111011

Color Harmonies of #7666C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666C9

Black with #7666C9

Text Example


Text Example

White with #7666C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7666C9; }

 p { color: rgb(118,102,201); }

 H1.HeaderClassName
 {
   color: #7666C9;
 }
 .AnyTagClassName
 {
   color: #7666C9;
 }
</style>

background-color css

<style>
 a { background-color: #7666C9; }

 a { background-color: rgb(118,102,201); }

 div.DivClassName
 {
   background-color: #7666C9;
 }
 .BgClassName
 {
   background-color: #7666C9;
 }
</style>

border-color css

<style>
 span { border-color: #7666C9; }

 span { border-color: rgb(118,102,201); }

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