#7960CA

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

Shades of Slate Blue #7960CA

Tints of Slate Blue #7960CA

Color information

#7960CA (or 0x7960CA) is unknown color: approx Slate Blue. HEX triplet: 79, 60 and CA. RGB value is (121,96,202). Sum of RGB (Red+Green+Blue) = 121+96+202=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7960CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960CA is #869F35. Grayscale: #737373. Windows color (decimal): -8822582 or 13262969. OLE color: 13262969.

HSL color Cylindrical-coordinate representation of color #7960CA: hue angle of 254.15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7960CA is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12196202-
CMYK0.400.5200.21
HSL254.15º50%58.43%-
HSV(B)254.15º52.48%79.22%-
XYZ22.7316.6957.9-
YUV115.56176.78131.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=28.88%
G=22.91%
B=48.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121962020.400.5200.21254.155058.43
Hex7960CA2834015fe323a
Octal17114031250640253766272
Binary111100111000001100101010100011010001010111111110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7960CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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