Shades of Slate Blue #7C53DB
Tints of Slate Blue #7C53DB
RGB
CMYK
RGB Variations
Color information
#7C53DB (or 0x7C53DB) is known color: Slate Blue. HEX triplet: 7C, 53 and DB. RGB value is (124,83,219). Sum of RGB (Red+Green+Blue) = 124+83+219=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C53DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C53DB is #83AC24. Grayscale: #6E6E6E. Windows color (decimal): -8629285 or 14373756. OLE color: 14373756.
HSL color Cylindrical-coordinate representation of color #7C53DB: hue angle of 258.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C53DB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 83 | 219 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.14 |
| HSL | 258.09º | 0.65% | 0.59% | - |
| HSV(B) | 258.09º | 0.62% | 0.86% | - |
| XYZ | 24.19 | 15.59 | 68.75 | - |
| YUV | 110.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 219 | 0.43 | 0.62 | 0 | 0.14 | 258.09 | 0.65 | 0.59 |
| Hex | 7C | 53 | DB | 2B | 3E | 0 | E | 102 | 41 | 3B |
| Octal | 174 | 123 | 333 | 53 | 76 | 0 | 16 | 402 | 101 | 73 |
| Binary | 1111100 | 1010011 | 11011011 | 101011 | 111110 | 0 | 1110 | 100000010 | 1000001 | 111011 |
Color Harmonies of #7C53DB
Complementary color
Monochromatic Colors of #7C53DB
Black with #7C53DB
Text Example
Text Example
White with #7C53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C53DB; }
p { color: rgb(124,83,219); }
H1.HeaderClassName
{
color: #7C53DB;
}
.AnyTagClassName
{
color: #7C53DB;
}
</style>
background-color css
<style>
a { background-color: #7C53DB; }
a { background-color: rgb(124,83,219); }
div.DivClassName
{
background-color: #7C53DB;
}
.BgClassName
{
background-color: #7C53DB;
}
</style>
border-color css
<style>
span { border-color: #7C53DB; }
span { border-color: rgb(124,83,219); }
td.TdClassName
{
border-color: #7C53DB;
}
.TagClassName
{
border-color: #7C53DB;
}
</style>