#8155ce

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

Shades of Slate Blue #8155CE

Tints of Slate Blue #8155CE

Color information

#8155CE (or 0x8155CE) is unknown color: approx Slate Blue. HEX triplet: 81, 55 and CE. RGB value is (129,85,206). Sum of RGB (Red+Green+Blue) = 129+85+206=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #8155CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155CE is #7EAA31. Grayscale: #6F6F6F. Windows color (decimal): -8301106 or 13522305. OLE color: 13522305.

HSL color Cylindrical-coordinate representation of color #8155CE: hue angle of 261.82º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8155CE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12985206-
CMYK0.370.5900.19
HSL261.82º55.25%57.06%-
HSV(B)261.82º58.74%80.78%-
XYZ23.4415.6260.17-
YUV111.95181.08140.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 206 (80.86% from 255) = 49.05%
R=30.71%
G=20.24%
B=49.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129852060.370.5900.19261.8255.2557.06
Hex8155CE253B0131063739
Octal20112531645730234066771
Binary10000001101010111001110100101111011010011100000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8155ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8155ce; }

 p { color: rgb(129,85,206); }

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

<style>
 a { background-color: #8155ce; }

 a { background-color: rgb(129,85,206); }

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

<style>
 span { border-color: #8155ce; }

 span { border-color: rgb(129,85,206); }

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