Shades of Slate Blue #7C50CA
Tints of Slate Blue #7C50CA
RGB
CMYK
RGB Variations
Color information
#7C50CA (or 0x7C50CA) is known color: Slate Blue. HEX triplet: 7C, 50 and CA. RGB value is (124,80,202). Sum of RGB (Red+Green+Blue) = 124+80+202=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C50CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C50CA is #83AF35. Grayscale: #6A6A6A. Windows color (decimal): -8630070 or 13258876. OLE color: 13258876.
HSL color Cylindrical-coordinate representation of color #7C50CA: hue angle of 261.64º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C50CA is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 80 | 202 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.21 |
| HSL | 261.64º | 0.54% | 0.55% | - |
| HSV(B) | 261.64º | 0.6% | 0.79% | - |
| XYZ | 21.84 | 14.29 | 57.48 | - |
| YUV | 107.06 | 181.58 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 202 | 0.39 | 0.60 | 0 | 0.21 | 261.64 | 0.54 | 0.55 |
| Hex | 7C | 50 | CA | 27 | 3C | 0 | 15 | 106 | 36 | 37 |
| Octal | 174 | 120 | 312 | 47 | 74 | 0 | 25 | 406 | 66 | 67 |
| Binary | 1111100 | 1010000 | 11001010 | 100111 | 111100 | 0 | 10101 | 100000110 | 110110 | 110111 |
Color Harmonies of #7C50CA
Complementary color
Monochromatic Colors of #7C50CA
Black with #7C50CA
Text Example
Text Example
White with #7C50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C50CA; }
p { color: rgb(124,80,202); }
H1.HeaderClassName
{
color: #7C50CA;
}
.AnyTagClassName
{
color: #7C50CA;
}
</style>
background-color css
<style>
a { background-color: #7C50CA; }
a { background-color: rgb(124,80,202); }
div.DivClassName
{
background-color: #7C50CA;
}
.BgClassName
{
background-color: #7C50CA;
}
</style>
border-color css
<style>
span { border-color: #7C50CA; }
span { border-color: rgb(124,80,202); }
td.TdClassName
{
border-color: #7C50CA;
}
.TagClassName
{
border-color: #7C50CA;
}
</style>