Shades of Slate Blue #8049D3
Tints of Slate Blue #8049D3
RGB
CMYK
RGB Variations
Color information
#8049D3 (or 0x8049D3) is known color: Slate Blue. HEX triplet: 80, 49 and D3. RGB value is (128,73,211). Sum of RGB (Red+Green+Blue) = 128+73+211=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #8049D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049D3 is #7FB62C. Grayscale: #686868. Windows color (decimal): -8369709 or 13846912. OLE color: 13846912.
HSL color Cylindrical-coordinate representation of color #8049D3: hue angle of 263.91º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8049D3 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 73 | 211 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.17 |
| HSL | 263.91º | 0.61% | 0.56% | - |
| HSV(B) | 263.91º | 0.65% | 0.83% | - |
| XYZ | 23.04 | 14.06 | 63.13 | - |
| YUV | 105.18 | 187.72 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 211 | 0.39 | 0.65 | 0 | 0.17 | 263.91 | 0.61 | 0.56 |
| Hex | 80 | 49 | D3 | 27 | 41 | 0 | 11 | 108 | 3D | 38 |
| Octal | 200 | 111 | 323 | 47 | 101 | 0 | 21 | 410 | 75 | 70 |
| Binary | 10000000 | 1001001 | 11010011 | 100111 | 1000001 | 0 | 10001 | 100001000 | 111101 | 111000 |
Color Harmonies of #8049D3
Complementary color
Monochromatic Colors of #8049D3
Black with #8049D3
Text Example
Text Example
White with #8049D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049D3; }
p { color: rgb(128,73,211); }
H1.HeaderClassName
{
color: #8049D3;
}
.AnyTagClassName
{
color: #8049D3;
}
</style>
background-color css
<style>
a { background-color: #8049D3; }
a { background-color: rgb(128,73,211); }
div.DivClassName
{
background-color: #8049D3;
}
.BgClassName
{
background-color: #8049D3;
}
</style>
border-color css
<style>
span { border-color: #8049D3; }
span { border-color: rgb(128,73,211); }
td.TdClassName
{
border-color: #8049D3;
}
.TagClassName
{
border-color: #8049D3;
}
</style>