#8156CC

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

Shades of Slate Blue #8156CC

Tints of Slate Blue #8156CC

Color information

#8156CC (or 0x8156CC) is unknown color: approx Slate Blue. HEX triplet: 81, 56 and CC. RGB value is (129,86,204). Sum of RGB (Red+Green+Blue) = 129+86+204=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #8156CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8156CC is #7EA933. Grayscale: #6F6F6F. Windows color (decimal): -8300852 or 13391489. OLE color: 13391489.

HSL color Cylindrical-coordinate representation of color #8156CC: hue angle of 261.86º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8156CC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12986204-
CMYK0.370.5800.2
HSL261.86º53.64%56.86%-
HSV(B)261.86º57.84%80%-
XYZ23.2815.6858.93-
YUV112.31179.75139.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=30.79%
G=20.53%
B=48.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129862040.370.5800.2261.8653.6456.86
Hex8156CC253A0141063639
Octal20112631445720244066671
Binary10000001101011011001100100101111010010100100000110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8156CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8156CC; }

 p { color: rgb(129,86,204); }

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

<style>
 a { background-color: #8156CC; }

 a { background-color: rgb(129,86,204); }

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

<style>
 span { border-color: #8156CC; }

 span { border-color: rgb(129,86,204); }

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