Shades of Slate Blue #8052DA
Tints of Slate Blue #8052DA
RGB
CMYK
RGB Variations
Color information
#8052DA (or 0x8052DA) is known color: Slate Blue. HEX triplet: 80, 52 and DA. RGB value is (128,82,218). Sum of RGB (Red+Green+Blue) = 128+82+218=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #8052DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052DA is #7FAD25. Grayscale: #6E6E6E. Windows color (decimal): -8367398 or 14307968. OLE color: 14307968.
HSL color Cylindrical-coordinate representation of color #8052DA: hue angle of 260.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8052DA is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 82 | 218 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.15 |
| HSL | 260.29º | 0.65% | 0.59% | - |
| HSV(B) | 260.29º | 0.62% | 0.85% | - |
| XYZ | 24.57 | 15.69 | 68.06 | - |
| YUV | 111.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 218 | 0.41 | 0.62 | 0 | 0.15 | 260.29 | 0.65 | 0.59 |
| Hex | 80 | 52 | DA | 29 | 3E | 0 | F | 104 | 41 | 3B |
| Octal | 200 | 122 | 332 | 51 | 76 | 0 | 17 | 404 | 101 | 73 |
| Binary | 10000000 | 1010010 | 11011010 | 101001 | 111110 | 0 | 1111 | 100000100 | 1000001 | 111011 |
Color Harmonies of #8052DA
Complementary color
Monochromatic Colors of #8052DA
Black with #8052DA
Text Example
Text Example
White with #8052DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052DA; }
p { color: rgb(128,82,218); }
H1.HeaderClassName
{
color: #8052DA;
}
.AnyTagClassName
{
color: #8052DA;
}
</style>
background-color css
<style>
a { background-color: #8052DA; }
a { background-color: rgb(128,82,218); }
div.DivClassName
{
background-color: #8052DA;
}
.BgClassName
{
background-color: #8052DA;
}
</style>
border-color css
<style>
span { border-color: #8052DA; }
span { border-color: rgb(128,82,218); }
td.TdClassName
{
border-color: #8052DA;
}
.TagClassName
{
border-color: #8052DA;
}
</style>