Shades of Slate Blue #8154DA
Tints of Slate Blue #8154DA
RGB
CMYK
RGB Variations
Color information
#8154DA (or 0x8154DA) is known color: Slate Blue. HEX triplet: 81, 54 and DA. RGB value is (129,84,218). Sum of RGB (Red+Green+Blue) = 129+84+218=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #8154DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8154DA is #7EAB25. Grayscale: #707070. Windows color (decimal): -8301350 or 14308481. OLE color: 14308481.
HSL color Cylindrical-coordinate representation of color #8154DA: hue angle of 260.15º degrees, saturation: 0.64, 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 #8154DA is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 84 | 218 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.15 |
| HSL | 260.15º | 0.64% | 0.59% | - |
| HSV(B) | 260.15º | 0.61% | 0.85% | - |
| XYZ | 24.88 | 16.07 | 68.12 | - |
| YUV | 112.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 84 | 218 | 0.41 | 0.61 | 0 | 0.15 | 260.15 | 0.64 | 0.59 |
| Hex | 81 | 54 | DA | 29 | 3D | 0 | F | 104 | 40 | 3B |
| Octal | 201 | 124 | 332 | 51 | 75 | 0 | 17 | 404 | 100 | 73 |
| Binary | 10000001 | 1010100 | 11011010 | 101001 | 111101 | 0 | 1111 | 100000100 | 1000000 | 111011 |
Color Harmonies of #8154DA
Complementary color
Monochromatic Colors of #8154DA
Black with #8154DA
Text Example
Text Example
White with #8154DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8154DA; }
p { color: rgb(129,84,218); }
H1.HeaderClassName
{
color: #8154DA;
}
.AnyTagClassName
{
color: #8154DA;
}
</style>
background-color css
<style>
a { background-color: #8154DA; }
a { background-color: rgb(129,84,218); }
div.DivClassName
{
background-color: #8154DA;
}
.BgClassName
{
background-color: #8154DA;
}
</style>
border-color css
<style>
span { border-color: #8154DA; }
span { border-color: rgb(129,84,218); }
td.TdClassName
{
border-color: #8154DA;
}
.TagClassName
{
border-color: #8154DA;
}
</style>