#7862CC

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

Shades of Slate Blue #7862CC

Tints of Slate Blue #7862CC

Color information

#7862CC (or 0x7862CC) is unknown color: approx Slate Blue. HEX triplet: 78, 62 and CC. RGB value is (120,98,204). Sum of RGB (Red+Green+Blue) = 120+98+204=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #7862CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7862CC is #879D33. Grayscale: #747474. Windows color (decimal): -8887604 or 13394552. OLE color: 13394552.

HSL color Cylindrical-coordinate representation of color #7862CC: hue angle of 252.45º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7862CC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12098204-
CMYK0.410.5200.2
HSL252.45º50.96%59.22%-
HSV(B)252.45º51.96%80%-
XYZ23.0117.0959.21-
YUV116.66177.29130.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.44%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=28.44%
G=23.22%
B=48.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal120982040.410.5200.2252.4550.9659.22
Hex7862CC2934014fc333b
Octal17014231451640243746373
Binary111100011000101100110010100111010001010011111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7862CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7862CC; }

 p { color: rgb(120,98,204); }

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

<style>
 a { background-color: #7862CC; }

 a { background-color: rgb(120,98,204); }

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

<style>
 span { border-color: #7862CC; }

 span { border-color: rgb(120,98,204); }

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