Shades of Slate Blue #8250DB
Tints of Slate Blue #8250DB
RGB
CMYK
RGB Variations
Color information
#8250DB (or 0x8250DB) is known color: Slate Blue. HEX triplet: 82, 50 and DB. RGB value is (130,80,219). Sum of RGB (Red+Green+Blue) = 130+80+219=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #8250DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250DB is #7DAF24. Grayscale: #6E6E6E. Windows color (decimal): -8236837 or 14372994. OLE color: 14372994.
HSL color Cylindrical-coordinate representation of color #8250DB: hue angle of 261.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 #8250DB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 80 | 219 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.14 |
| HSL | 261.58º | 0.66% | 0.59% | - |
| HSV(B) | 261.58º | 0.63% | 0.86% | - |
| XYZ | 24.86 | 15.6 | 68.72 | - |
| YUV | 110.8 | 189.07 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 219 | 0.41 | 0.63 | 0 | 0.14 | 261.58 | 0.66 | 0.59 |
| Hex | 82 | 50 | DB | 29 | 3F | 0 | E | 106 | 42 | 3B |
| Octal | 202 | 120 | 333 | 51 | 77 | 0 | 16 | 406 | 102 | 73 |
| Binary | 10000010 | 1010000 | 11011011 | 101001 | 111111 | 0 | 1110 | 100000110 | 1000010 | 111011 |
Color Harmonies of #8250DB
Complementary color
Monochromatic Colors of #8250DB
Black with #8250DB
Text Example
Text Example
White with #8250DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250DB; }
p { color: rgb(130,80,219); }
H1.HeaderClassName
{
color: #8250DB;
}
.AnyTagClassName
{
color: #8250DB;
}
</style>
background-color css
<style>
a { background-color: #8250DB; }
a { background-color: rgb(130,80,219); }
div.DivClassName
{
background-color: #8250DB;
}
.BgClassName
{
background-color: #8250DB;
}
</style>
border-color css
<style>
span { border-color: #8250DB; }
span { border-color: rgb(130,80,219); }
td.TdClassName
{
border-color: #8250DB;
}
.TagClassName
{
border-color: #8250DB;
}
</style>