Shades of Slate Blue #8049CF
Tints of Slate Blue #8049CF
RGB
CMYK
RGB Variations
Color information
#8049CF (or 0x8049CF) is known color: Slate Blue. HEX triplet: 80, 49 and CF. RGB value is (128,73,207). Sum of RGB (Red+Green+Blue) = 128+73+207=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #8049CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049CF is #7FB630. Grayscale: #686868. Windows color (decimal): -8369713 or 13584768. OLE color: 13584768.
HSL color Cylindrical-coordinate representation of color #8049CF: hue angle of 264.63º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8049CF is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 73 | 207 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.19 |
| HSL | 264.63º | 0.58% | 0.55% | - |
| HSV(B) | 264.63º | 0.65% | 0.81% | - |
| XYZ | 22.55 | 13.86 | 60.52 | - |
| YUV | 104.72 | 185.72 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 207 | 0.38 | 0.65 | 0 | 0.19 | 264.63 | 0.58 | 0.55 |
| Hex | 80 | 49 | CF | 26 | 41 | 0 | 13 | 109 | 3A | 37 |
| Octal | 200 | 111 | 317 | 46 | 101 | 0 | 23 | 411 | 72 | 67 |
| Binary | 10000000 | 1001001 | 11001111 | 100110 | 1000001 | 0 | 10011 | 100001001 | 111010 | 110111 |
Color Harmonies of #8049CF
Complementary color
Monochromatic Colors of #8049CF
Black with #8049CF
Text Example
Text Example
White with #8049CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049CF; }
p { color: rgb(128,73,207); }
H1.HeaderClassName
{
color: #8049CF;
}
.AnyTagClassName
{
color: #8049CF;
}
</style>
background-color css
<style>
a { background-color: #8049CF; }
a { background-color: rgb(128,73,207); }
div.DivClassName
{
background-color: #8049CF;
}
.BgClassName
{
background-color: #8049CF;
}
</style>
border-color css
<style>
span { border-color: #8049CF; }
span { border-color: rgb(128,73,207); }
td.TdClassName
{
border-color: #8049CF;
}
.TagClassName
{
border-color: #8049CF;
}
</style>