Shades of Slate Blue #7C55DB
Tints of Slate Blue #7C55DB
RGB
CMYK
RGB Variations
Color information
#7C55DB (or 0x7C55DB) is known color: Slate Blue. HEX triplet: 7C, 55 and DB. RGB value is (124,85,219). Sum of RGB (Red+Green+Blue) = 124+85+219=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C55DB is #83AA24. Grayscale: #6F6F6F. Windows color (decimal): -8628773 or 14374268. OLE color: 14374268.
HSL color Cylindrical-coordinate representation of color #7C55DB: hue angle of 257.46º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C55DB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 85 | 219 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.14 |
| HSL | 257.46º | 0.65% | 0.6% | - |
| HSV(B) | 257.46º | 0.61% | 0.86% | - |
| XYZ | 24.35 | 15.9 | 68.8 | - |
| YUV | 111.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 219 | 0.43 | 0.61 | 0 | 0.14 | 257.46 | 0.65 | 0.6 |
| Hex | 7C | 55 | DB | 2B | 3D | 0 | E | 101 | 41 | 3C |
| Octal | 174 | 125 | 333 | 53 | 75 | 0 | 16 | 401 | 101 | 74 |
| Binary | 1111100 | 1010101 | 11011011 | 101011 | 111101 | 0 | 1110 | 100000001 | 1000001 | 111100 |
Color Harmonies of #7C55DB
Complementary color
Monochromatic Colors of #7C55DB
Black with #7C55DB
Text Example
Text Example
White with #7C55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C55DB; }
p { color: rgb(124,85,219); }
H1.HeaderClassName
{
color: #7C55DB;
}
.AnyTagClassName
{
color: #7C55DB;
}
</style>
background-color css
<style>
a { background-color: #7C55DB; }
a { background-color: rgb(124,85,219); }
div.DivClassName
{
background-color: #7C55DB;
}
.BgClassName
{
background-color: #7C55DB;
}
</style>
border-color css
<style>
span { border-color: #7C55DB; }
span { border-color: rgb(124,85,219); }
td.TdClassName
{
border-color: #7C55DB;
}
.TagClassName
{
border-color: #7C55DB;
}
</style>