Shades of Slate Blue #7C52DB
Tints of Slate Blue #7C52DB
RGB
CMYK
RGB Variations
Color information
#7C52DB (or 0x7C52DB) is known color: Slate Blue. HEX triplet: 7C, 52 and DB. RGB value is (124,82,219). Sum of RGB (Red+Green+Blue) = 124+82+219=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C52DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52DB is #83AD24. Grayscale: #6D6D6D. Windows color (decimal): -8629541 or 14373500. OLE color: 14373500.
HSL color Cylindrical-coordinate representation of color #7C52DB: hue angle of 258.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C52DB is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 82 | 219 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.14 |
| HSL | 258.39º | 0.66% | 0.59% | - |
| HSV(B) | 258.39º | 0.63% | 0.86% | - |
| XYZ | 24.12 | 15.43 | 68.73 | - |
| YUV | 110.18 | 189.41 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 219 | 0.43 | 0.63 | 0 | 0.14 | 258.39 | 0.66 | 0.59 |
| Hex | 7C | 52 | DB | 2B | 3F | 0 | E | 102 | 42 | 3B |
| Octal | 174 | 122 | 333 | 53 | 77 | 0 | 16 | 402 | 102 | 73 |
| Binary | 1111100 | 1010010 | 11011011 | 101011 | 111111 | 0 | 1110 | 100000010 | 1000010 | 111011 |
Color Harmonies of #7C52DB
Complementary color
Monochromatic Colors of #7C52DB
Black with #7C52DB
Text Example
Text Example
White with #7C52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C52DB; }
p { color: rgb(124,82,219); }
H1.HeaderClassName
{
color: #7C52DB;
}
.AnyTagClassName
{
color: #7C52DB;
}
</style>
background-color css
<style>
a { background-color: #7C52DB; }
a { background-color: rgb(124,82,219); }
div.DivClassName
{
background-color: #7C52DB;
}
.BgClassName
{
background-color: #7C52DB;
}
</style>
border-color css
<style>
span { border-color: #7C52DB; }
span { border-color: rgb(124,82,219); }
td.TdClassName
{
border-color: #7C52DB;
}
.TagClassName
{
border-color: #7C52DB;
}
</style>