#8154CE

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

Shades of Slate Blue #8154CE

Tints of Slate Blue #8154CE

Color information

#8154CE (or 0x8154CE) is unknown color: approx Slate Blue. HEX triplet: 81, 54 and CE. RGB value is (129,84,206). Sum of RGB (Red+Green+Blue) = 129+84+206=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #8154CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8154CE is #7EAB31. Grayscale: #6E6E6E. Windows color (decimal): -8301362 or 13522049. OLE color: 13522049.

HSL color Cylindrical-coordinate representation of color #8154CE: hue angle of 262.13º 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 #8154CE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12984206-
CMYK0.370.5900.19
HSL262.13º55.45%56.86%-
HSV(B)262.13º59.22%80.78%-
XYZ23.3615.4660.15-
YUV111.36181.41140.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 206 (80.86% from 255) = 49.16%
R=30.79%
G=20.05%
B=49.16%

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
Decimal129842060.370.5900.19262.1355.4556.86
Hex8154CE253B0131063739
Octal20112431645730234066771
Binary10000001101010011001110100101111011010011100000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8154CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8154CE; }

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

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

<style>
 a { background-color: #8154CE; }

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

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

<style>
 span { border-color: #8154CE; }

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

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