Shades of Slate Blue #8255D8
Tints of Slate Blue #8255D8
RGB
CMYK
RGB Variations
Color information
#8255D8 (or 0x8255D8) is known color: Slate Blue. HEX triplet: 82, 55 and D8. RGB value is (130,85,216). Sum of RGB (Red+Green+Blue) = 130+85+216=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #8255D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255D8 is #7DAA27. Grayscale: #707070. Windows color (decimal): -8235560 or 14177666. OLE color: 14177666.
HSL color Cylindrical-coordinate representation of color #8255D8: hue angle of 260.61º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8255D8 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 85 | 216 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.15 |
| HSL | 260.61º | 0.63% | 0.59% | - |
| HSV(B) | 260.61º | 0.61% | 0.85% | - |
| XYZ | 24.85 | 16.2 | 66.78 | - |
| YUV | 113.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 216 | 0.40 | 0.61 | 0 | 0.15 | 260.61 | 0.63 | 0.59 |
| Hex | 82 | 55 | D8 | 28 | 3D | 0 | F | 105 | 3F | 3B |
| Octal | 202 | 125 | 330 | 50 | 75 | 0 | 17 | 405 | 77 | 73 |
| Binary | 10000010 | 1010101 | 11011000 | 101000 | 111101 | 0 | 1111 | 100000101 | 111111 | 111011 |
Color Harmonies of #8255D8
Complementary color
Monochromatic Colors of #8255D8
Black with #8255D8
Text Example
Text Example
White with #8255D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255D8; }
p { color: rgb(130,85,216); }
H1.HeaderClassName
{
color: #8255D8;
}
.AnyTagClassName
{
color: #8255D8;
}
</style>
background-color css
<style>
a { background-color: #8255D8; }
a { background-color: rgb(130,85,216); }
div.DivClassName
{
background-color: #8255D8;
}
.BgClassName
{
background-color: #8255D8;
}
</style>
border-color css
<style>
span { border-color: #8255D8; }
span { border-color: rgb(130,85,216); }
td.TdClassName
{
border-color: #8255D8;
}
.TagClassName
{
border-color: #8255D8;
}
</style>