#7860CE

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

Shades of Slate Blue #7860CE

Tints of Slate Blue #7860CE

Color information

#7860CE (or 0x7860CE) is unknown color: approx Slate Blue. HEX triplet: 78, 60 and CE. RGB value is (120,96,206). Sum of RGB (Red+Green+Blue) = 120+96+206=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #7860CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7860CE is #879F31. Grayscale: #737373. Windows color (decimal): -8888114 or 13525112. OLE color: 13525112.

HSL color Cylindrical-coordinate representation of color #7860CE: hue angle of 253.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7860CE is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12096206-
CMYK0.420.5300.19
HSL253.09º52.88%59.22%-
HSV(B)253.09º53.4%80.78%-
XYZ23.0716.8260.42-
YUV115.72178.95131.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.44%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=28.44%
G=22.75%
B=48.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal120962060.420.5300.19253.0952.8859.22
Hex7860CE2A35013fd353b
Octal17014031652650233756573
Binary111100011000001100111010101011010101001111111101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7860CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7860CE; }

 p { color: rgb(120,96,206); }

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

<style>
 a { background-color: #7860CE; }

 a { background-color: rgb(120,96,206); }

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

<style>
 span { border-color: #7860CE; }

 span { border-color: rgb(120,96,206); }

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