Shades of Slate Blue #8251DB
Tints of Slate Blue #8251DB
RGB
CMYK
RGB Variations
Color information
#8251DB (or 0x8251DB) is known color: Slate Blue. HEX triplet: 82, 51 and DB. RGB value is (130,81,219). Sum of RGB (Red+Green+Blue) = 130+81+219=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 81 (32.03% from 255 or 18.84% 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 #8251DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251DB is #7DAE24. Grayscale: #6E6E6E. Windows color (decimal): -8236581 or 14373250. OLE color: 14373250.
HSL color Cylindrical-coordinate representation of color #8251DB: hue angle of 261.3º 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 #8251DB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 81 | 219 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.14 |
| HSL | 261.3º | 0.66% | 0.59% | - |
| HSV(B) | 261.3º | 0.63% | 0.86% | - |
| XYZ | 24.93 | 15.75 | 68.74 | - |
| YUV | 111.38 | 188.73 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 219 | 0.41 | 0.63 | 0 | 0.14 | 261.3 | 0.66 | 0.59 |
| Hex | 82 | 51 | DB | 29 | 3F | 0 | E | 105 | 42 | 3B |
| Octal | 202 | 121 | 333 | 51 | 77 | 0 | 16 | 405 | 102 | 73 |
| Binary | 10000010 | 1010001 | 11011011 | 101001 | 111111 | 0 | 1110 | 100000101 | 1000010 | 111011 |
Color Harmonies of #8251DB
Complementary color
Monochromatic Colors of #8251DB
Black with #8251DB
Text Example
Text Example
White with #8251DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251DB; }
p { color: rgb(130,81,219); }
H1.HeaderClassName
{
color: #8251DB;
}
.AnyTagClassName
{
color: #8251DB;
}
</style>
background-color css
<style>
a { background-color: #8251DB; }
a { background-color: rgb(130,81,219); }
div.DivClassName
{
background-color: #8251DB;
}
.BgClassName
{
background-color: #8251DB;
}
</style>
border-color css
<style>
span { border-color: #8251DB; }
span { border-color: rgb(130,81,219); }
td.TdClassName
{
border-color: #8251DB;
}
.TagClassName
{
border-color: #8251DB;
}
</style>