#8158CE

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

Shades of Slate Blue #8158CE

Tints of Slate Blue #8158CE

Color information

#8158CE (or 0x8158CE) is unknown color: approx Slate Blue. HEX triplet: 81, 58 and CE. RGB value is (129,88,206). Sum of RGB (Red+Green+Blue) = 129+88+206=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #8158CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158CE is #7EA731. Grayscale: #717171. Windows color (decimal): -8300338 or 13523073. OLE color: 13523073.

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

Color convert

RGB12988206-
CMYK0.370.5700.19
HSL260.85º54.63%57.65%-
HSV(B)260.85º57.28%80.78%-
XYZ23.6816.160.25-
YUV113.71180.08138.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 206 (80.86% from 255) = 48.70%
R=30.50%
G=20.80%
B=48.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129882060.370.5700.19260.8554.6357.65
Hex8158CE2539013105373a
Octal20113031645710234056772
Binary10000001101100011001110100101111001010011100000101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8158CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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