#7960C6

Color #7960C6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7960C6

Tints of Slate Blue #7960C6

Color information

#7960C6 (or 0x7960C6) is unknown color: approx Slate Blue. HEX triplet: 79, 60 and C6. RGB value is (121,96,198). Sum of RGB (Red+Green+Blue) = 121+96+198=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #7960C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960C6 is #869F39. Grayscale: #727272. Windows color (decimal): -8822586 or 13000825. OLE color: 13000825.

HSL color Cylindrical-coordinate representation of color #7960C6: hue angle of 254.71º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7960C6 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12196198-
CMYK0.390.5200.22
HSL254.71º47.22%57.65%-
HSV(B)254.71º51.52%77.65%-
XYZ22.2616.5155.44-
YUV115.1174.78132.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.16%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 198 (77.73% from 255) = 47.71%
R=29.16%
G=23.13%
B=47.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121961980.390.5200.22254.7147.2257.65
Hex7960C62734016ff2f3a
Octal17114030647640263775772
Binary111100111000001100011010011111010001011011111111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7960C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7960C6; }

 p { color: rgb(121,96,198); }

 H1.HeaderClassName
 {
   color: #7960C6;
 }
 .AnyTagClassName
 {
   color: #7960C6;
 }
</style>
background-color css

<style>
 a { background-color: #7960C6; }

 a { background-color: rgb(121,96,198); }

 div.DivClassName
 {
   background-color: #7960C6;
 }
 .BgClassName
 {
   background-color: #7960C6;
 }
</style>
border-color css

<style>
 span { border-color: #7960C6; }

 span { border-color: rgb(121,96,198); }

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