Shades of Slate Blue #8049CC
Tints of Slate Blue #8049CC
RGB
CMYK
RGB Variations
Color information
#8049CC (or 0x8049CC) is known color: Slate Blue. HEX triplet: 80, 49 and CC. RGB value is (128,73,204). Sum of RGB (Red+Green+Blue) = 128+73+204=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #8049CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049CC is #7FB633. Grayscale: #676767. Windows color (decimal): -8369716 or 13388160. OLE color: 13388160.
HSL color Cylindrical-coordinate representation of color #8049CC: hue angle of 265.19º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8049CC is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 73 | 204 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.2 |
| HSL | 265.19º | 0.56% | 0.54% | - |
| HSV(B) | 265.19º | 0.64% | 0.8% | - |
| XYZ | 22.18 | 13.71 | 58.6 | - |
| YUV | 104.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 204 | 0.37 | 0.64 | 0 | 0.2 | 265.19 | 0.56 | 0.54 |
| Hex | 80 | 49 | CC | 25 | 40 | 0 | 14 | 109 | 38 | 36 |
| Octal | 200 | 111 | 314 | 45 | 100 | 0 | 24 | 411 | 70 | 66 |
| Binary | 10000000 | 1001001 | 11001100 | 100101 | 1000000 | 0 | 10100 | 100001001 | 111000 | 110110 |
Color Harmonies of #8049CC
Complementary color
Monochromatic Colors of #8049CC
Black with #8049CC
Text Example
Text Example
White with #8049CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049CC; }
p { color: rgb(128,73,204); }
H1.HeaderClassName
{
color: #8049CC;
}
.AnyTagClassName
{
color: #8049CC;
}
</style>
background-color css
<style>
a { background-color: #8049CC; }
a { background-color: rgb(128,73,204); }
div.DivClassName
{
background-color: #8049CC;
}
.BgClassName
{
background-color: #8049CC;
}
</style>
border-color css
<style>
span { border-color: #8049CC; }
span { border-color: rgb(128,73,204); }
td.TdClassName
{
border-color: #8049CC;
}
.TagClassName
{
border-color: #8049CC;
}
</style>