Shades of Slate Blue #8053CF
Tints of Slate Blue #8053CF
RGB
CMYK
RGB Variations
Color information
#8053CF (or 0x8053CF) is known color: Slate Blue. HEX triplet: 80, 53 and CF. RGB value is (128,83,207). Sum of RGB (Red+Green+Blue) = 128+83+207=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #8053CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8053CF is #7FAC30. Grayscale: #6E6E6E. Windows color (decimal): -8367153 or 13587328. OLE color: 13587328.
HSL color Cylindrical-coordinate representation of color #8053CF: hue angle of 261.77º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8053CF is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 83 | 207 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.19 |
| HSL | 261.77º | 0.56% | 0.57% | - |
| HSV(B) | 261.77º | 0.6% | 0.81% | - |
| XYZ | 23.26 | 15.28 | 60.76 | - |
| YUV | 110.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 207 | 0.38 | 0.60 | 0 | 0.19 | 261.77 | 0.56 | 0.57 |
| Hex | 80 | 53 | CF | 26 | 3C | 0 | 13 | 106 | 38 | 39 |
| Octal | 200 | 123 | 317 | 46 | 74 | 0 | 23 | 406 | 70 | 71 |
| Binary | 10000000 | 1010011 | 11001111 | 100110 | 111100 | 0 | 10011 | 100000110 | 111000 | 111001 |
Color Harmonies of #8053CF
Complementary color
Monochromatic Colors of #8053CF
Black with #8053CF
Text Example
Text Example
White with #8053CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053CF; }
p { color: rgb(128,83,207); }
H1.HeaderClassName
{
color: #8053CF;
}
.AnyTagClassName
{
color: #8053CF;
}
</style>
background-color css
<style>
a { background-color: #8053CF; }
a { background-color: rgb(128,83,207); }
div.DivClassName
{
background-color: #8053CF;
}
.BgClassName
{
background-color: #8053CF;
}
</style>
border-color css
<style>
span { border-color: #8053CF; }
span { border-color: rgb(128,83,207); }
td.TdClassName
{
border-color: #8053CF;
}
.TagClassName
{
border-color: #8053CF;
}
</style>