Shades of Slate Blue #8153CA
Tints of Slate Blue #8153CA
RGB
CMYK
RGB Variations
Color information
#8153CA (or 0x8153CA) is known color: Slate Blue. HEX triplet: 81, 53 and CA. RGB value is (129,83,202). Sum of RGB (Red+Green+Blue) = 129+83+202=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #8153CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153CA is #7EAC35. Grayscale: #6D6D6D. Windows color (decimal): -8301622 or 13259649. OLE color: 13259649.
HSL color Cylindrical-coordinate representation of color #8153CA: hue angle of 263.19º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8153CA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 83 | 202 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.21 |
| HSL | 263.19º | 0.53% | 0.56% | - |
| HSV(B) | 263.19º | 0.59% | 0.79% | - |
| XYZ | 22.81 | 15.12 | 57.59 | - |
| YUV | 110.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 202 | 0.36 | 0.59 | 0 | 0.21 | 263.19 | 0.53 | 0.56 |
| Hex | 81 | 53 | CA | 24 | 3B | 0 | 15 | 107 | 35 | 38 |
| Octal | 201 | 123 | 312 | 44 | 73 | 0 | 25 | 407 | 65 | 70 |
| Binary | 10000001 | 1010011 | 11001010 | 100100 | 111011 | 0 | 10101 | 100000111 | 110101 | 111000 |
Color Harmonies of #8153CA
Complementary color
Monochromatic Colors of #8153CA
Black with #8153CA
Text Example
Text Example
White with #8153CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8153CA; }
p { color: rgb(129,83,202); }
H1.HeaderClassName
{
color: #8153CA;
}
.AnyTagClassName
{
color: #8153CA;
}
</style>
background-color css
<style>
a { background-color: #8153CA; }
a { background-color: rgb(129,83,202); }
div.DivClassName
{
background-color: #8153CA;
}
.BgClassName
{
background-color: #8153CA;
}
</style>
border-color css
<style>
span { border-color: #8153CA; }
span { border-color: rgb(129,83,202); }
td.TdClassName
{
border-color: #8153CA;
}
.TagClassName
{
border-color: #8153CA;
}
</style>