#8157D1

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

Shades of Slate Blue #8157D1

Tints of Slate Blue #8157D1

Color information

#8157D1 (or 0x8157D1) is unknown color: approx Slate Blue. HEX triplet: 81, 57 and D1. RGB value is (129,87,209). Sum of RGB (Red+Green+Blue) = 129+87+209=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #8157D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157D1 is #7EA82E. Grayscale: #717171. Windows color (decimal): -8300591 or 13719425. OLE color: 13719425.

HSL color Cylindrical-coordinate representation of color #8157D1: hue angle of 260.66º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8157D1 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12987209-
CMYK0.380.5800.18
HSL260.66º57.01%58.04%-
HSV(B)260.66º58.37%81.96%-
XYZ23.9716.0962.16-
YUV113.47181.91139.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 209 (82.03% from 255) = 49.18%
R=30.35%
G=20.47%
B=49.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal129872090.380.5800.18260.6657.0158.04
Hex8157D1263A012105393a
Octal20112732146720224057172
Binary10000001101011111010001100110111010010010100000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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