Shades of Slate Blue #8151DA
Tints of Slate Blue #8151DA
RGB
CMYK
RGB Variations
Color information
#8151DA (or 0x8151DA) is known color: Slate Blue. HEX triplet: 81, 51 and DA. RGB value is (129,81,218). Sum of RGB (Red+Green+Blue) = 129+81+218=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #8151DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8151DA is #7EAE25. Grayscale: #6E6E6E. Windows color (decimal): -8302118 or 14307713. OLE color: 14307713.
HSL color Cylindrical-coordinate representation of color #8151DA: hue angle of 261.02º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8151DA is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 81 | 218 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.15 |
| HSL | 261.02º | 0.65% | 0.59% | - |
| HSV(B) | 261.02º | 0.63% | 0.85% | - |
| XYZ | 24.65 | 15.61 | 68.04 | - |
| YUV | 110.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 218 | 0.41 | 0.63 | 0 | 0.15 | 261.02 | 0.65 | 0.59 |
| Hex | 81 | 51 | DA | 29 | 3F | 0 | F | 105 | 41 | 3B |
| Octal | 201 | 121 | 332 | 51 | 77 | 0 | 17 | 405 | 101 | 73 |
| Binary | 10000001 | 1010001 | 11011010 | 101001 | 111111 | 0 | 1111 | 100000101 | 1000001 | 111011 |
Color Harmonies of #8151DA
Complementary color
Monochromatic Colors of #8151DA
Black with #8151DA
Text Example
Text Example
White with #8151DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151DA; }
p { color: rgb(129,81,218); }
H1.HeaderClassName
{
color: #8151DA;
}
.AnyTagClassName
{
color: #8151DA;
}
</style>
background-color css
<style>
a { background-color: #8151DA; }
a { background-color: rgb(129,81,218); }
div.DivClassName
{
background-color: #8151DA;
}
.BgClassName
{
background-color: #8151DA;
}
</style>
border-color css
<style>
span { border-color: #8151DA; }
span { border-color: rgb(129,81,218); }
td.TdClassName
{
border-color: #8151DA;
}
.TagClassName
{
border-color: #8151DA;
}
</style>