#7858D8

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

Shades of Slate Blue #7858D8

Tints of Slate Blue #7858D8

Color information

#7858D8 (or 0x7858D8) is unknown color: approx Slate Blue. HEX triplet: 78, 58 and D8. RGB value is (120,88,216). Sum of RGB (Red+Green+Blue) = 120+88+216=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #7858D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858D8 is #87A727. Grayscale: #6F6F6F. Windows color (decimal): -8890152 or 14178424. OLE color: 14178424.

HSL color Cylindrical-coordinate representation of color #7858D8: hue angle of 255º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7858D8 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12088216-
CMYK0.440.5900.15
HSL255º62.14%59.61%-
HSV(B)255º59.26%84.71%-
XYZ23.6315.9366.8-
YUV112.16186.6133.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 216 (84.77% from 255) = 50.94%
R=28.30%
G=20.75%
B=50.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120882160.440.5900.1525562.1459.61
Hex7858D82C3B0Fff3e3c
Octal17013033054730173777674
Binary11110001011000110110001011001110110111111111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7858D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7858D8; }

 p { color: rgb(120,88,216); }

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

<style>
 a { background-color: #7858D8; }

 a { background-color: rgb(120,88,216); }

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

<style>
 span { border-color: #7858D8; }

 span { border-color: rgb(120,88,216); }

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