Shades of Slate Blue #7C4BCA
Tints of Slate Blue #7C4BCA
RGB
CMYK
RGB Variations
Color information
#7C4BCA (or 0x7C4BCA) is known color: Slate Blue. HEX triplet: 7C, 4B and CA. RGB value is (124,75,202). Sum of RGB (Red+Green+Blue) = 124+75+202=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C4BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4BCA is #83B435. Grayscale: #676767. Windows color (decimal): -8631350 or 13257596. OLE color: 13257596.
HSL color Cylindrical-coordinate representation of color #7C4BCA: hue angle of 263.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C4BCA is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 75 | 202 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.21 |
| HSL | 263.15º | 0.55% | 0.54% | - |
| HSV(B) | 263.15º | 0.63% | 0.79% | - |
| XYZ | 21.49 | 13.58 | 57.37 | - |
| YUV | 104.13 | 183.23 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 202 | 0.39 | 0.63 | 0 | 0.21 | 263.15 | 0.55 | 0.54 |
| Hex | 7C | 4B | CA | 27 | 3F | 0 | 15 | 107 | 37 | 36 |
| Octal | 174 | 113 | 312 | 47 | 77 | 0 | 25 | 407 | 67 | 66 |
| Binary | 1111100 | 1001011 | 11001010 | 100111 | 111111 | 0 | 10101 | 100000111 | 110111 | 110110 |
Color Harmonies of #7C4BCA
Complementary color
Monochromatic Colors of #7C4BCA
Black with #7C4BCA
Text Example
Text Example
White with #7C4BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4BCA; }
p { color: rgb(124,75,202); }
H1.HeaderClassName
{
color: #7C4BCA;
}
.AnyTagClassName
{
color: #7C4BCA;
}
</style>
background-color css
<style>
a { background-color: #7C4BCA; }
a { background-color: rgb(124,75,202); }
div.DivClassName
{
background-color: #7C4BCA;
}
.BgClassName
{
background-color: #7C4BCA;
}
</style>
border-color css
<style>
span { border-color: #7C4BCA; }
span { border-color: rgb(124,75,202); }
td.TdClassName
{
border-color: #7C4BCA;
}
.TagClassName
{
border-color: #7C4BCA;
}
</style>