Shades of Slate Blue #8052CF
Tints of Slate Blue #8052CF
RGB
CMYK
RGB Variations
Color information
#8052CF (or 0x8052CF) is known color: Slate Blue. HEX triplet: 80, 52 and CF. RGB value is (128,82,207). Sum of RGB (Red+Green+Blue) = 128+82+207=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #8052CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052CF is #7FAD30. Grayscale: #6D6D6D. Windows color (decimal): -8367409 or 13587072. OLE color: 13587072.
HSL color Cylindrical-coordinate representation of color #8052CF: hue angle of 262.08º degrees, saturation: 0.57, 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 #8052CF is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 82 | 207 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.19 |
| HSL | 262.08º | 0.57% | 0.57% | - |
| HSV(B) | 262.08º | 0.6% | 0.81% | - |
| XYZ | 23.18 | 15.13 | 60.73 | - |
| YUV | 110 | 182.74 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 207 | 0.38 | 0.60 | 0 | 0.19 | 262.08 | 0.57 | 0.57 |
| Hex | 80 | 52 | CF | 26 | 3C | 0 | 13 | 106 | 39 | 39 |
| Octal | 200 | 122 | 317 | 46 | 74 | 0 | 23 | 406 | 71 | 71 |
| Binary | 10000000 | 1010010 | 11001111 | 100110 | 111100 | 0 | 10011 | 100000110 | 111001 | 111001 |
Color Harmonies of #8052CF
Complementary color
Monochromatic Colors of #8052CF
Black with #8052CF
Text Example
Text Example
White with #8052CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052CF; }
p { color: rgb(128,82,207); }
H1.HeaderClassName
{
color: #8052CF;
}
.AnyTagClassName
{
color: #8052CF;
}
</style>
background-color css
<style>
a { background-color: #8052CF; }
a { background-color: rgb(128,82,207); }
div.DivClassName
{
background-color: #8052CF;
}
.BgClassName
{
background-color: #8052CF;
}
</style>
border-color css
<style>
span { border-color: #8052CF; }
span { border-color: rgb(128,82,207); }
td.TdClassName
{
border-color: #8052CF;
}
.TagClassName
{
border-color: #8052CF;
}
</style>