#7859C8

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

Shades of Slate Blue #7859C8

Tints of Slate Blue #7859C8

Color information

#7859C8 (or 0x7859C8) is unknown color: approx Slate Blue. HEX triplet: 78, 59 and C8. RGB value is (120,89,200). Sum of RGB (Red+Green+Blue) = 120+89+200=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #7859C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859C8 is #87A637. Grayscale: #6E6E6E. Windows color (decimal): -8889912 or 13130104. OLE color: 13130104.

HSL color Cylindrical-coordinate representation of color #7859C8: hue angle of 256.76º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7859C8 is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12089200-
CMYK0.40.5600.22
HSL256.76º50.23%56.67%-
HSV(B)256.76º55.5%78.43%-
XYZ21.7415.3156.45-
YUV110.92178.27134.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 200 (78.52% from 255) = 48.90%
R=29.34%
G=21.76%
B=48.90%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal120892000.40.5600.22256.7650.2356.67
Hex7859C828380161013239
Octal17013131050700264016271
Binary1111000101100111001000101000111000010110100000001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7859C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7859C8; }

 p { color: rgb(120,89,200); }

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

<style>
 a { background-color: #7859C8; }

 a { background-color: rgb(120,89,200); }

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

<style>
 span { border-color: #7859C8; }

 span { border-color: rgb(120,89,200); }

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