#7855df

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

Shades of Slate Blue #7855DF

Tints of Slate Blue #7855DF

Color information

#7855DF (or 0x7855DF) is unknown color: approx Slate Blue. HEX triplet: 78, 55 and DF. RGB value is (120,85,223). Sum of RGB (Red+Green+Blue) = 120+85+223=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #7855DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855DF is #87AA20. Grayscale: #6E6E6E. Windows color (decimal): -8890913 or 14636408. OLE color: 14636408.

HSL color Cylindrical-coordinate representation of color #7855DF: hue angle of 255.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7855DF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12085223-
CMYK0.460.6200.13
HSL255.22º68.32%60.39%-
HSV(B)255.22º61.88%87.45%-
XYZ24.3115.8271.58-
YUV111.2191.1134.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 223 (87.5% from 255) = 52.10%
R=28.04%
G=19.86%
B=52.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal120852230.460.6200.13255.2268.3260.39
Hex7855DF2E3E0Dff443c
Octal170125337567601537710474
Binary111100010101011101111110111011111001101111111111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7855df; }

 p { color: rgb(120,85,223); }

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

<style>
 a { background-color: #7855df; }

 a { background-color: rgb(120,85,223); }

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

<style>
 span { border-color: #7855df; }

 span { border-color: rgb(120,85,223); }

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