Shades of Slate Blue #7C5ACB
Tints of Slate Blue #7C5ACB
RGB
CMYK
RGB Variations
Color information
#7C5ACB (or 0x7C5ACB) is known color: Slate Blue. HEX triplet: 7C, 5A and CB. RGB value is (124,90,203). Sum of RGB (Red+Green+Blue) = 124+90+203=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5ACB is #83A534. Grayscale: #707070. Windows color (decimal): -8627509 or 13326972. OLE color: 13326972.
HSL color Cylindrical-coordinate representation of color #7C5ACB: hue angle of 258.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C5ACB is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 90 | 203 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.20 |
| HSL | 258.05º | 0.52% | 0.57% | - |
| HSV(B) | 258.05º | 0.56% | 0.8% | - |
| XYZ | 22.75 | 15.91 | 58.37 | - |
| YUV | 113.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 203 | 0.39 | 0.56 | 0 | 0.20 | 258.05 | 0.52 | 0.57 |
| Hex | 7C | 5A | CB | 27 | 38 | 0 | 14 | 102 | 34 | 39 |
| Octal | 174 | 132 | 313 | 47 | 70 | 0 | 24 | 402 | 64 | 71 |
| Binary | 1111100 | 1011010 | 11001011 | 100111 | 111000 | 0 | 10100 | 100000010 | 110100 | 111001 |
Color Harmonies of #7C5ACB
Complementary color
Monochromatic Colors of #7C5ACB
Black with #7C5ACB
Text Example
Text Example
White with #7C5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5ACB; }
p { color: rgb(124,90,203); }
H1.HeaderClassName
{
color: #7C5ACB;
}
.AnyTagClassName
{
color: #7C5ACB;
}
</style>
background-color css
<style>
a { background-color: #7C5ACB; }
a { background-color: rgb(124,90,203); }
div.DivClassName
{
background-color: #7C5ACB;
}
.BgClassName
{
background-color: #7C5ACB;
}
</style>
border-color css
<style>
span { border-color: #7C5ACB; }
span { border-color: rgb(124,90,203); }
td.TdClassName
{
border-color: #7C5ACB;
}
.TagClassName
{
border-color: #7C5ACB;
}
</style>