#8150D8

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

Shades of Slate Blue #8150D8

Tints of Slate Blue #8150D8

Color information

#8150D8 (or 0x8150D8) is unknown color: approx Slate Blue. HEX triplet: 81, 50 and D8. RGB value is (129,80,216). Sum of RGB (Red+Green+Blue) = 129+80+216=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #8150D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150D8 is #7EAF27. Grayscale: #6D6D6D. Windows color (decimal): -8302376 or 14176385. OLE color: 14176385.

HSL color Cylindrical-coordinate representation of color #8150D8: hue angle of 261.62º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8150D8 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12980216-
CMYK0.400.6300.15
HSL261.62º63.55%58.04%-
HSV(B)261.62º62.96%84.71%-
XYZ24.3215.3666.65-
YUV110.16187.73141.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=30.35%
G=18.82%
B=50.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal129802160.400.6300.15261.6263.5558.04
Hex8150D8283F0F106403a
Octal201120330507701740610072
Binary10000001101000011011000101000111111011111000001101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8150D8; }

 p { color: rgb(129,80,216); }

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

<style>
 a { background-color: #8150D8; }

 a { background-color: rgb(129,80,216); }

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

<style>
 span { border-color: #8150D8; }

 span { border-color: rgb(129,80,216); }

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