#7860C9

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

Shades of Slate Blue #7860C9

Tints of Slate Blue #7860C9

Color information

#7860C9 (or 0x7860C9) is unknown color: approx Slate Blue. HEX triplet: 78, 60 and C9. RGB value is (120,96,201). Sum of RGB (Red+Green+Blue) = 120+96+201=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #7860C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7860C9 is #879F36. Grayscale: #727272. Windows color (decimal): -8888119 or 13197432. OLE color: 13197432.

HSL color Cylindrical-coordinate representation of color #7860C9: hue angle of 253.71º degrees, saturation: 0.49, 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 #7860C9 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12096201-
CMYK0.400.5200.21
HSL253.71º49.3%58.24%-
HSV(B)253.71º52.24%78.82%-
XYZ22.4716.5857.27-
YUV115.15176.45131.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=28.78%
G=23.02%
B=48.20%

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
Decimal120962010.400.5200.21253.7149.358.24
Hex7860C92834015fe313a
Octal17014031150640253766172
Binary111100011000001100100110100011010001010111111110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7860C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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