#7962D2

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

Shades of Slate Blue #7962D2

Tints of Slate Blue #7962D2

Color information

#7962D2 (or 0x7962D2) is unknown color: approx Slate Blue. HEX triplet: 79, 62 and D2. RGB value is (121,98,210). Sum of RGB (Red+Green+Blue) = 121+98+210=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #7962D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7962D2 is #869D2D. Grayscale: #757575. Windows color (decimal): -8822062 or 13787769. OLE color: 13787769.

HSL color Cylindrical-coordinate representation of color #7962D2: hue angle of 252.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7962D2 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12198210-
CMYK0.420.5300.18
HSL252.32º55.45%60.39%-
HSV(B)252.32º53.33%82.35%-
XYZ23.8917.4563.08-
YUV117.64180.12130.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 210 (82.42% from 255) = 48.95%
R=28.21%
G=22.84%
B=48.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121982100.420.5300.18252.3255.4560.39
Hex7962D22A35012fc373c
Octal17114232252650223746774
Binary111100111000101101001010101011010101001011111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7962D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7962D2; }

 p { color: rgb(121,98,210); }

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

<style>
 a { background-color: #7962D2; }

 a { background-color: rgb(121,98,210); }

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

<style>
 span { border-color: #7962D2; }

 span { border-color: rgb(121,98,210); }

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