Shades of Slate Blue #8052CC
Tints of Slate Blue #8052CC
RGB
CMYK
RGB Variations
Color information
#8052CC (or 0x8052CC) is known color: Slate Blue. HEX triplet: 80, 52 and CC. RGB value is (128,82,204). Sum of RGB (Red+Green+Blue) = 128+82+204=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #8052CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052CC is #7FAD33. Grayscale: #6D6D6D. Windows color (decimal): -8367412 or 13390464. OLE color: 13390464.
HSL color Cylindrical-coordinate representation of color #8052CC: hue angle of 262.62º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8052CC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 82 | 204 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.2 |
| HSL | 262.62º | 0.54% | 0.56% | - |
| HSV(B) | 262.62º | 0.6% | 0.8% | - |
| XYZ | 22.82 | 14.98 | 58.82 | - |
| YUV | 109.66 | 181.24 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 204 | 0.37 | 0.60 | 0 | 0.2 | 262.62 | 0.54 | 0.56 |
| Hex | 80 | 52 | CC | 25 | 3C | 0 | 14 | 107 | 36 | 38 |
| Octal | 200 | 122 | 314 | 45 | 74 | 0 | 24 | 407 | 66 | 70 |
| Binary | 10000000 | 1010010 | 11001100 | 100101 | 111100 | 0 | 10100 | 100000111 | 110110 | 111000 |
Color Harmonies of #8052CC
Complementary color
Monochromatic Colors of #8052CC
Black with #8052CC
Text Example
Text Example
White with #8052CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052CC; }
p { color: rgb(128,82,204); }
H1.HeaderClassName
{
color: #8052CC;
}
.AnyTagClassName
{
color: #8052CC;
}
</style>
background-color css
<style>
a { background-color: #8052CC; }
a { background-color: rgb(128,82,204); }
div.DivClassName
{
background-color: #8052CC;
}
.BgClassName
{
background-color: #8052CC;
}
</style>
border-color css
<style>
span { border-color: #8052CC; }
span { border-color: rgb(128,82,204); }
td.TdClassName
{
border-color: #8052CC;
}
.TagClassName
{
border-color: #8052CC;
}
</style>