Shades of Slate Blue #8251DC
Tints of Slate Blue #8251DC
RGB
CMYK
RGB Variations
Color information
#8251DC (or 0x8251DC) is known color: Slate Blue. HEX triplet: 82, 51 and DC. RGB value is (130,81,220). Sum of RGB (Red+Green+Blue) = 130+81+220=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #8251DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251DC is #7DAE23. Grayscale: #6E6E6E. Windows color (decimal): -8236580 or 14438786. OLE color: 14438786.
HSL color Cylindrical-coordinate representation of color #8251DC: hue angle of 261.15º degrees, saturation: 0.67, 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 #8251DC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 81 | 220 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.14 |
| HSL | 261.15º | 0.67% | 0.59% | - |
| HSV(B) | 261.15º | 0.63% | 0.86% | - |
| XYZ | 25.07 | 15.8 | 69.44 | - |
| YUV | 111.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 220 | 0.41 | 0.63 | 0 | 0.14 | 261.15 | 0.67 | 0.59 |
| Hex | 82 | 51 | DC | 29 | 3F | 0 | E | 105 | 43 | 3B |
| Octal | 202 | 121 | 334 | 51 | 77 | 0 | 16 | 405 | 103 | 73 |
| Binary | 10000010 | 1010001 | 11011100 | 101001 | 111111 | 0 | 1110 | 100000101 | 1000011 | 111011 |
Color Harmonies of #8251DC
Complementary color
Monochromatic Colors of #8251DC
Black with #8251DC
Text Example
Text Example
White with #8251DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251DC; }
p { color: rgb(130,81,220); }
H1.HeaderClassName
{
color: #8251DC;
}
.AnyTagClassName
{
color: #8251DC;
}
</style>
background-color css
<style>
a { background-color: #8251DC; }
a { background-color: rgb(130,81,220); }
div.DivClassName
{
background-color: #8251DC;
}
.BgClassName
{
background-color: #8251DC;
}
</style>
border-color css
<style>
span { border-color: #8251DC; }
span { border-color: rgb(130,81,220); }
td.TdClassName
{
border-color: #8251DC;
}
.TagClassName
{
border-color: #8251DC;
}
</style>