Html Css Color HEX #7666CA Slate Blue

📋 copy color: '#7666CA'

red 118 ◦ green 102 ◦ blue 202

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

Shades of Slate Blue #7666CA

Tints of Slate Blue #7666CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 27.96%
G = 24.17%
B = 47.87%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7666CA (or 0x7666CA) is known color: Slate Blue. HEX triplet: 76, 66 and CA. RGB value is (118,102,202). Sum of RGB (Red+Green+Blue) = 118+102+202=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #7666CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666CA is #899935. Grayscale: #757575. Windows color (decimal): -9017654 or 13264502. OLE color: 13264502.

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

Color convert

RGB 118 102 202 -
CMYK 0.42 0.50 0 0.21
HSL 249.6º 0.49% 0.6% -
HSV(B) 249.6º 0.5% 0.79% -
XYZ 22.88 17.62 58.07 -
YUV 118.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 118 102 202 0.42 0.50 0 0.21 249.6 0.49 0.6
Hex 76 66 CA 2A 32 0 15 FA 31 3C
Octal 166 146 312 52 62 0 25 372 61 74
Binary 1110110 1100110 11001010 101010 110010 0 10101 11111010 110001 111100

Color Harmonies of #7666CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666CA

Black with #7666CA

Text Example


Text Example

White with #7666CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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