Shades of Slate Blue #8152DB
Tints of Slate Blue #8152DB
RGB
CMYK
RGB Variations
Color information
#8152DB (or 0x8152DB) is known color: Slate Blue. HEX triplet: 81, 52 and DB. RGB value is (129,82,219). Sum of RGB (Red+Green+Blue) = 129+82+219=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #8152DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152DB is #7EAD24. Grayscale: #6F6F6F. Windows color (decimal): -8301861 or 14373505. OLE color: 14373505.
HSL color Cylindrical-coordinate representation of color #8152DB: hue angle of 260.58º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8152DB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 82 | 219 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.14 |
| HSL | 260.58º | 0.66% | 0.59% | - |
| HSV(B) | 260.58º | 0.63% | 0.86% | - |
| XYZ | 24.86 | 15.82 | 68.76 | - |
| YUV | 111.67 | 188.57 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 219 | 0.41 | 0.63 | 0 | 0.14 | 260.58 | 0.66 | 0.59 |
| Hex | 81 | 52 | DB | 29 | 3F | 0 | E | 105 | 42 | 3B |
| Octal | 201 | 122 | 333 | 51 | 77 | 0 | 16 | 405 | 102 | 73 |
| Binary | 10000001 | 1010010 | 11011011 | 101001 | 111111 | 0 | 1110 | 100000101 | 1000010 | 111011 |
Color Harmonies of #8152DB
Complementary color
Monochromatic Colors of #8152DB
Black with #8152DB
Text Example
Text Example
White with #8152DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152DB; }
p { color: rgb(129,82,219); }
H1.HeaderClassName
{
color: #8152DB;
}
.AnyTagClassName
{
color: #8152DB;
}
</style>
background-color css
<style>
a { background-color: #8152DB; }
a { background-color: rgb(129,82,219); }
div.DivClassName
{
background-color: #8152DB;
}
.BgClassName
{
background-color: #8152DB;
}
</style>
border-color css
<style>
span { border-color: #8152DB; }
span { border-color: rgb(129,82,219); }
td.TdClassName
{
border-color: #8152DB;
}
.TagClassName
{
border-color: #8152DB;
}
</style>