#8157CF

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

Shades of Slate Blue #8157CF

Tints of Slate Blue #8157CF

Color information

#8157CF (or 0x8157CF) is unknown color: approx Slate Blue. HEX triplet: 81, 57 and CF. RGB value is (129,87,207). Sum of RGB (Red+Green+Blue) = 129+87+207=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #8157CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157CF is #7EA830. Grayscale: #707070. Windows color (decimal): -8300593 or 13588353. OLE color: 13588353.

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

Color convert

RGB12987207-
CMYK0.380.5800.19
HSL261º55.56%57.65%-
HSV(B)261º57.97%81.18%-
XYZ23.7215.9960.87-
YUV113.24180.91139.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 207 (81.25% from 255) = 48.94%
R=30.50%
G=20.57%
B=48.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129872070.380.5800.1926155.5657.65
Hex8157CF263A013105383a
Octal20112731746720234057072
Binary10000001101011111001111100110111010010011100000101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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