Html Css Color HEX #7966C7 Slate Blue

📋 copy color: '#7966C7'

red 121 ◦ green 102 ◦ blue 199

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

Shades of Slate Blue #7966C7

Tints of Slate Blue #7966C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.16%

R = 28.67%
G = 24.17%
B = 47.16%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7966C7 (or 0x7966C7) is known color: Slate Blue. HEX triplet: 79, 66 and C7. RGB value is (121,102,199). Sum of RGB (Red+Green+Blue) = 121+102+199=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #7966C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7966C7 is #869938. Grayscale: #767676. Windows color (decimal): -8821049 or 13067897. OLE color: 13067897.

HSL color Cylindrical-coordinate representation of color #7966C7: hue angle of 251.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7966C7 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 102 199 -
CMYK 0.39 0.49 0 0.22
HSL 251.75º 0.46% 0.59% -
HSV(B) 251.75º 0.49% 0.78% -
XYZ 22.95 17.69 56.24 -
YUV 118.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 121 102 199 0.39 0.49 0 0.22 251.75 0.46 0.59
Hex 79 66 C7 27 31 0 16 FC 2E 3B
Octal 171 146 307 47 61 0 26 374 56 73
Binary 1111001 1100110 11000111 100111 110001 0 10110 11111100 101110 111011

Color Harmonies of #7966C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7966C7

Black with #7966C7

Text Example


Text Example

White with #7966C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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