Html Css Color HEX #7966CC Slate Blue

📋 copy color: '#7966CC'

red 121 ◦ green 102 ◦ blue 204

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

Shades of Slate Blue #7966CC

Tints of Slate Blue #7966CC

RGB

 RED value IS 121 (47.66% from 255) = 28.34%

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 28.34%
G = 23.89%
B = 47.78%

CMYK

 C value IS 0.41

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7966CC (or 0x7966CC) is known color: Slate Blue. HEX triplet: 79, 66 and CC. RGB value is (121,102,204). Sum of RGB (Red+Green+Blue) = 121+102+204=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #7966CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7966CC is #869933. Grayscale: #767676. Windows color (decimal): -8821044 or 13395577. OLE color: 13395577.

HSL color Cylindrical-coordinate representation of color #7966CC: hue angle of 251.18º degrees, saturation: 0.5, 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 #7966CC is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 102 204 -
CMYK 0.41 0.5 0 0.2
HSL 251.18º 0.5% 0.6% -
HSV(B) 251.18º 0.5% 0.8% -
XYZ 23.54 17.93 59.35 -
YUV 119.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 121 102 204 0.41 0.5 0 0.2 251.18 0.5 0.6
Hex 79 66 CC 29 32 0 14 FB 32 3C
Octal 171 146 314 51 62 0 24 373 62 74
Binary 1111001 1100110 11001100 101001 110010 0 10100 11111011 110010 111100

Color Harmonies of #7966CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7966CC

Black with #7966CC

Text Example


Text Example

White with #7966CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7966CC; }

 p { color: rgb(121,102,204); }

 H1.HeaderClassName
 {
   color: #7966CC;
 }
 .AnyTagClassName
 {
   color: #7966CC;
 }
</style>

background-color css

<style>
 a { background-color: #7966CC; }

 a { background-color: rgb(121,102,204); }

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

border-color css

<style>
 span { border-color: #7966CC; }

 span { border-color: rgb(121,102,204); }

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