Shades of Slate Blue #7C52DD
Tints of Slate Blue #7C52DD
RGB
CMYK
RGB Variations
Color information
#7C52DD (or 0x7C52DD) is known color: Slate Blue. HEX triplet: 7C, 52 and DD. RGB value is (124,82,221). Sum of RGB (Red+Green+Blue) = 124+82+221=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C52DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52DD is #83AD22. Grayscale: #6D6D6D. Windows color (decimal): -8629539 or 14504572. OLE color: 14504572.
HSL color Cylindrical-coordinate representation of color #7C52DD: hue angle of 258.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C52DD is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 82 | 221 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.13 |
| HSL | 258.13º | 0.67% | 0.59% | - |
| HSV(B) | 258.13º | 0.63% | 0.87% | - |
| XYZ | 24.38 | 15.54 | 70.12 | - |
| YUV | 110.4 | 190.41 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 221 | 0.44 | 0.63 | 0 | 0.13 | 258.13 | 0.67 | 0.59 |
| Hex | 7C | 52 | DD | 2C | 3F | 0 | D | 102 | 43 | 3B |
| Octal | 174 | 122 | 335 | 54 | 77 | 0 | 15 | 402 | 103 | 73 |
| Binary | 1111100 | 1010010 | 11011101 | 101100 | 111111 | 0 | 1101 | 100000010 | 1000011 | 111011 |
Color Harmonies of #7C52DD
Complementary color
Monochromatic Colors of #7C52DD
Black with #7C52DD
Text Example
Text Example
White with #7C52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C52DD; }
p { color: rgb(124,82,221); }
H1.HeaderClassName
{
color: #7C52DD;
}
.AnyTagClassName
{
color: #7C52DD;
}
</style>
background-color css
<style>
a { background-color: #7C52DD; }
a { background-color: rgb(124,82,221); }
div.DivClassName
{
background-color: #7C52DD;
}
.BgClassName
{
background-color: #7C52DD;
}
</style>
border-color css
<style>
span { border-color: #7C52DD; }
span { border-color: rgb(124,82,221); }
td.TdClassName
{
border-color: #7C52DD;
}
.TagClassName
{
border-color: #7C52DD;
}
</style>