#7855DE

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

Shades of Slate Blue #7855DE

Tints of Slate Blue #7855DE

Color information

#7855DE (or 0x7855DE) is unknown color: approx Slate Blue. HEX triplet: 78, 55 and DE. RGB value is (120,85,222). Sum of RGB (Red+Green+Blue) = 120+85+222=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #7855DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855DE is #87AA21. Grayscale: #6E6E6E. Windows color (decimal): -8890914 or 14570872. OLE color: 14570872.

HSL color Cylindrical-coordinate representation of color #7855DE: hue angle of 255.33º degrees, saturation: 0.67, 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 #7855DE is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12085222-
CMYK0.460.6200.13
HSL255.33º67.49%60.2%-
HSV(B)255.33º61.71%87.06%-
XYZ24.1815.7670.88-
YUV111.08190.6134.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 222 (87.11% from 255) = 51.99%
R=28.10%
G=19.91%
B=51.99%

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
Decimal120852220.460.6200.13255.3367.4960.2
Hex7855DE2E3E0Dff433c
Octal170125336567601537710374
Binary111100010101011101111010111011111001101111111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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