#7960D8

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

Shades of Slate Blue #7960D8

Tints of Slate Blue #7960D8

Color information

#7960D8 (or 0x7960D8) is unknown color: approx Slate Blue. HEX triplet: 79, 60 and D8. RGB value is (121,96,216). Sum of RGB (Red+Green+Blue) = 121+96+216=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #7960D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960D8 is #869F27. Grayscale: #747474. Windows color (decimal): -8822568 or 14180473. OLE color: 14180473.

HSL color Cylindrical-coordinate representation of color #7960D8: hue angle of 252.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7960D8 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12196216-
CMYK0.440.5600.15
HSL252.5º60.61%61.18%-
HSV(B)252.5º55.56%84.71%-
XYZ24.4617.3967.03-
YUV117.16183.78130.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 216 (84.77% from 255) = 49.88%
R=27.94%
G=22.17%
B=49.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121962160.440.5600.15252.560.6161.18
Hex7960D82C380Ffc3d3d
Octal17114033054700173747575
Binary11110011100000110110001011001110000111111111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7960D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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