#7962C6

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

Shades of Slate Blue #7962C6

Tints of Slate Blue #7962C6

Color information

#7962C6 (or 0x7962C6) is unknown color: approx Slate Blue. HEX triplet: 79, 62 and C6. RGB value is (121,98,198). Sum of RGB (Red+Green+Blue) = 121+98+198=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #7962C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7962C6 is #869D39. Grayscale: #737373. Windows color (decimal): -8822074 or 13001337. OLE color: 13001337.

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

Color convert

RGB12198198-
CMYK0.390.5100.22
HSL253.8º46.73%58.04%-
HSV(B)253.8º50.51%77.65%-
XYZ22.4516.8855.5-
YUV116.28174.12131.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=29.02%
G=23.50%
B=47.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121981980.390.5100.22253.846.7358.04
Hex7962C62733016fe2f3a
Octal17114230647630263765772
Binary111100111000101100011010011111001101011011111110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7962C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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