Shades of Slate Blue #8151D4
Tints of Slate Blue #8151D4
RGB
CMYK
RGB Variations
Color information
#8151D4 (or 0x8151D4) is known color: Slate Blue. HEX triplet: 81, 51 and D4. RGB value is (129,81,212). Sum of RGB (Red+Green+Blue) = 129+81+212=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 212 (83.20% from 255 or 50.24% from 422); Max value from RGB is 212 - color contains mainly: blue. Hex color #8151D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8151D4 is #7EAE2B. Grayscale: #6D6D6D. Windows color (decimal): -8302124 or 13914497. OLE color: 13914497.
HSL color Cylindrical-coordinate representation of color #8151D4: hue angle of 261.98º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8151D4 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 81 | 212 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.17 |
| HSL | 261.98º | 0.6% | 0.57% | - |
| HSV(B) | 261.98º | 0.62% | 0.83% | - |
| XYZ | 23.88 | 15.31 | 63.98 | - |
| YUV | 110.29 | 185.4 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 212 | 0.39 | 0.62 | 0 | 0.17 | 261.98 | 0.6 | 0.57 |
| Hex | 81 | 51 | D4 | 27 | 3E | 0 | 11 | 106 | 3C | 39 |
| Octal | 201 | 121 | 324 | 47 | 76 | 0 | 21 | 406 | 74 | 71 |
| Binary | 10000001 | 1010001 | 11010100 | 100111 | 111110 | 0 | 10001 | 100000110 | 111100 | 111001 |
Color Harmonies of #8151D4
Complementary color
Monochromatic Colors of #8151D4
Black with #8151D4
Text Example
Text Example
White with #8151D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151D4; }
p { color: rgb(129,81,212); }
H1.HeaderClassName
{
color: #8151D4;
}
.AnyTagClassName
{
color: #8151D4;
}
</style>
background-color css
<style>
a { background-color: #8151D4; }
a { background-color: rgb(129,81,212); }
div.DivClassName
{
background-color: #8151D4;
}
.BgClassName
{
background-color: #8151D4;
}
</style>
border-color css
<style>
span { border-color: #8151D4; }
span { border-color: rgb(129,81,212); }
td.TdClassName
{
border-color: #8151D4;
}
.TagClassName
{
border-color: #8151D4;
}
</style>