Shades of Slate Blue #7C5BCA
Tints of Slate Blue #7C5BCA
RGB
CMYK
RGB Variations
Color information
#7C5BCA (or 0x7C5BCA) is known color: Slate Blue. HEX triplet: 7C, 5B and CA. RGB value is (124,91,202). Sum of RGB (Red+Green+Blue) = 124+91+202=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C5BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BCA is #83A435. Grayscale: #717171. Windows color (decimal): -8627254 or 13261692. OLE color: 13261692.
HSL color Cylindrical-coordinate representation of color #7C5BCA: hue angle of 257.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C5BCA is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 91 | 202 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.21 |
| HSL | 257.84º | 0.51% | 0.57% | - |
| HSV(B) | 257.84º | 0.55% | 0.79% | - |
| XYZ | 22.71 | 16.03 | 57.77 | - |
| YUV | 113.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 202 | 0.39 | 0.55 | 0 | 0.21 | 257.84 | 0.51 | 0.57 |
| Hex | 7C | 5B | CA | 27 | 37 | 0 | 15 | 102 | 33 | 39 |
| Octal | 174 | 133 | 312 | 47 | 67 | 0 | 25 | 402 | 63 | 71 |
| Binary | 1111100 | 1011011 | 11001010 | 100111 | 110111 | 0 | 10101 | 100000010 | 110011 | 111001 |
Color Harmonies of #7C5BCA
Complementary color
Monochromatic Colors of #7C5BCA
Black with #7C5BCA
Text Example
Text Example
White with #7C5BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5BCA; }
p { color: rgb(124,91,202); }
H1.HeaderClassName
{
color: #7C5BCA;
}
.AnyTagClassName
{
color: #7C5BCA;
}
</style>
background-color css
<style>
a { background-color: #7C5BCA; }
a { background-color: rgb(124,91,202); }
div.DivClassName
{
background-color: #7C5BCA;
}
.BgClassName
{
background-color: #7C5BCA;
}
</style>
border-color css
<style>
span { border-color: #7C5BCA; }
span { border-color: rgb(124,91,202); }
td.TdClassName
{
border-color: #7C5BCA;
}
.TagClassName
{
border-color: #7C5BCA;
}
</style>