Shades of Slate Blue #8150DB
Tints of Slate Blue #8150DB
RGB
CMYK
RGB Variations
Color information
#8150DB (or 0x8150DB) is known color: Slate Blue. HEX triplet: 81, 50 and DB. RGB value is (129,80,219). Sum of RGB (Red+Green+Blue) = 129+80+219=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #8150DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150DB is #7EAF24. Grayscale: #6D6D6D. Windows color (decimal): -8302373 or 14372993. OLE color: 14372993.
HSL color Cylindrical-coordinate representation of color #8150DB: hue angle of 261.15º 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 #8150DB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 80 | 219 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.14 |
| HSL | 261.15º | 0.66% | 0.59% | - |
| HSV(B) | 261.15º | 0.63% | 0.86% | - |
| XYZ | 24.71 | 15.52 | 68.71 | - |
| YUV | 110.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 219 | 0.41 | 0.63 | 0 | 0.14 | 261.15 | 0.66 | 0.59 |
| Hex | 81 | 50 | DB | 29 | 3F | 0 | E | 105 | 42 | 3B |
| Octal | 201 | 120 | 333 | 51 | 77 | 0 | 16 | 405 | 102 | 73 |
| Binary | 10000001 | 1010000 | 11011011 | 101001 | 111111 | 0 | 1110 | 100000101 | 1000010 | 111011 |
Color Harmonies of #8150DB
Complementary color
Monochromatic Colors of #8150DB
Black with #8150DB
Text Example
Text Example
White with #8150DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8150DB; }
p { color: rgb(129,80,219); }
H1.HeaderClassName
{
color: #8150DB;
}
.AnyTagClassName
{
color: #8150DB;
}
</style>
background-color css
<style>
a { background-color: #8150DB; }
a { background-color: rgb(129,80,219); }
div.DivClassName
{
background-color: #8150DB;
}
.BgClassName
{
background-color: #8150DB;
}
</style>
border-color css
<style>
span { border-color: #8150DB; }
span { border-color: rgb(129,80,219); }
td.TdClassName
{
border-color: #8150DB;
}
.TagClassName
{
border-color: #8150DB;
}
</style>