Shades of Slate Blue #7C5BDA
Tints of Slate Blue #7C5BDA
RGB
CMYK
RGB Variations
Color information
#7C5BDA (or 0x7C5BDA) is known color: Slate Blue. HEX triplet: 7C, 5B and DA. RGB value is (124,91,218). Sum of RGB (Red+Green+Blue) = 124+91+218=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C5BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BDA is #83A425. Grayscale: #727272. Windows color (decimal): -8627238 or 14310268. OLE color: 14310268.
HSL color Cylindrical-coordinate representation of color #7C5BDA: hue angle of 255.59º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C5BDA is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 91 | 218 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.15 |
| HSL | 255.59º | 0.63% | 0.61% | - |
| HSV(B) | 255.59º | 0.58% | 0.85% | - |
| XYZ | 24.71 | 16.83 | 68.28 | - |
| YUV | 115.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 218 | 0.43 | 0.58 | 0 | 0.15 | 255.59 | 0.63 | 0.61 |
| Hex | 7C | 5B | DA | 2B | 3A | 0 | F | 100 | 3F | 3D |
| Octal | 174 | 133 | 332 | 53 | 72 | 0 | 17 | 400 | 77 | 75 |
| Binary | 1111100 | 1011011 | 11011010 | 101011 | 111010 | 0 | 1111 | 100000000 | 111111 | 111101 |
Color Harmonies of #7C5BDA
Complementary color
Monochromatic Colors of #7C5BDA
Black with #7C5BDA
Text Example
Text Example
White with #7C5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5BDA; }
p { color: rgb(124,91,218); }
H1.HeaderClassName
{
color: #7C5BDA;
}
.AnyTagClassName
{
color: #7C5BDA;
}
</style>
background-color css
<style>
a { background-color: #7C5BDA; }
a { background-color: rgb(124,91,218); }
div.DivClassName
{
background-color: #7C5BDA;
}
.BgClassName
{
background-color: #7C5BDA;
}
</style>
border-color css
<style>
span { border-color: #7C5BDA; }
span { border-color: rgb(124,91,218); }
td.TdClassName
{
border-color: #7C5BDA;
}
.TagClassName
{
border-color: #7C5BDA;
}
</style>