Shades of Slate Blue #8253D8
Tints of Slate Blue #8253D8
RGB
CMYK
RGB Variations
Color information
#8253D8 (or 0x8253D8) is known color: Slate Blue. HEX triplet: 82, 53 and D8. RGB value is (130,83,216). Sum of RGB (Red+Green+Blue) = 130+83+216=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #8253D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253D8 is #7DAC27. Grayscale: #6F6F6F. Windows color (decimal): -8236072 or 14177154. OLE color: 14177154.
HSL color Cylindrical-coordinate representation of color #8253D8: hue angle of 261.2º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8253D8 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 83 | 216 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.15 |
| HSL | 261.2º | 0.63% | 0.59% | - |
| HSV(B) | 261.2º | 0.62% | 0.85% | - |
| XYZ | 24.69 | 15.89 | 66.73 | - |
| YUV | 112.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 216 | 0.40 | 0.62 | 0 | 0.15 | 261.2 | 0.63 | 0.59 |
| Hex | 82 | 53 | D8 | 28 | 3E | 0 | F | 105 | 3F | 3B |
| Octal | 202 | 123 | 330 | 50 | 76 | 0 | 17 | 405 | 77 | 73 |
| Binary | 10000010 | 1010011 | 11011000 | 101000 | 111110 | 0 | 1111 | 100000101 | 111111 | 111011 |
Color Harmonies of #8253D8
Complementary color
Monochromatic Colors of #8253D8
Black with #8253D8
Text Example
Text Example
White with #8253D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253D8; }
p { color: rgb(130,83,216); }
H1.HeaderClassName
{
color: #8253D8;
}
.AnyTagClassName
{
color: #8253D8;
}
</style>
background-color css
<style>
a { background-color: #8253D8; }
a { background-color: rgb(130,83,216); }
div.DivClassName
{
background-color: #8253D8;
}
.BgClassName
{
background-color: #8253D8;
}
</style>
border-color css
<style>
span { border-color: #8253D8; }
span { border-color: rgb(130,83,216); }
td.TdClassName
{
border-color: #8253D8;
}
.TagClassName
{
border-color: #8253D8;
}
</style>