#8157CB

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

Shades of Slate Blue #8157CB

Tints of Slate Blue #8157CB

Color information

#8157CB (or 0x8157CB) is unknown color: approx Slate Blue. HEX triplet: 81, 57 and CB. RGB value is (129,87,203). Sum of RGB (Red+Green+Blue) = 129+87+203=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #8157CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157CB is #7EA834. Grayscale: #707070. Windows color (decimal): -8300597 or 13326209. OLE color: 13326209.

HSL color Cylindrical-coordinate representation of color #8157CB: hue angle of 261.72º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8157CB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12987203-
CMYK0.360.5700.20
HSL261.72º52.73%56.86%-
HSV(B)261.72º57.14%79.61%-
XYZ23.2415.858.32-
YUV112.78178.91139.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 203 (79.69% from 255) = 48.45%
R=30.79%
G=20.76%
B=48.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129872030.360.5700.20261.7252.7356.86
Hex8157CB24390141063539
Octal20112731344710244066571
Binary10000001101011111001011100100111001010100100000110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8157CB; }

 p { color: rgb(129,87,203); }

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

<style>
 a { background-color: #8157CB; }

 a { background-color: rgb(129,87,203); }

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

<style>
 span { border-color: #8157CB; }

 span { border-color: rgb(129,87,203); }

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