Html Css Color HEX #7666CB Slate Blue

📋 copy color: '#7666CB'

red 118 ◦ green 102 ◦ blue 203

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

Shades of Slate Blue #7666CB

Tints of Slate Blue #7666CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 27.9%
G = 24.11%
B = 47.99%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7666CB (or 0x7666CB) is known color: Slate Blue. HEX triplet: 76, 66 and CB. RGB value is (118,102,203). Sum of RGB (Red+Green+Blue) = 118+102+203=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #7666CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666CB is #899934. Grayscale: #757575. Windows color (decimal): -9017653 or 13330038. OLE color: 13330038.

HSL color Cylindrical-coordinate representation of color #7666CB: hue angle of 249.5º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7666CB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 102 203 -
CMYK 0.42 0.50 0 0.20
HSL 249.5º 0.49% 0.6% -
HSV(B) 249.5º 0.5% 0.8% -
XYZ 23 17.67 58.7 -
YUV 118.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 118 102 203 0.42 0.50 0 0.20 249.5 0.49 0.6
Hex 76 66 CB 2A 32 0 14 FA 31 3C
Octal 166 146 313 52 62 0 24 372 61 74
Binary 1110110 1100110 11001011 101010 110010 0 10100 11111010 110001 111100

Color Harmonies of #7666CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666CB

Black with #7666CB

Text Example


Text Example

White with #7666CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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