Shades of Slate Blue #7C50CE
Tints of Slate Blue #7C50CE
RGB
CMYK
RGB Variations
Color information
#7C50CE (or 0x7C50CE) is known color: Slate Blue. HEX triplet: 7C, 50 and CE. RGB value is (124,80,206). Sum of RGB (Red+Green+Blue) = 124+80+206=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C50CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C50CE is #83AF31. Grayscale: #6B6B6B. Windows color (decimal): -8630066 or 13521020. OLE color: 13521020.
HSL color Cylindrical-coordinate representation of color #7C50CE: hue angle of 260.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C50CE is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 80 | 206 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.19 |
| HSL | 260.95º | 0.56% | 0.56% | - |
| HSV(B) | 260.95º | 0.61% | 0.81% | - |
| XYZ | 22.32 | 14.48 | 60.01 | - |
| YUV | 107.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 206 | 0.40 | 0.61 | 0 | 0.19 | 260.95 | 0.56 | 0.56 |
| Hex | 7C | 50 | CE | 28 | 3D | 0 | 13 | 105 | 38 | 38 |
| Octal | 174 | 120 | 316 | 50 | 75 | 0 | 23 | 405 | 70 | 70 |
| Binary | 1111100 | 1010000 | 11001110 | 101000 | 111101 | 0 | 10011 | 100000101 | 111000 | 111000 |
Color Harmonies of #7C50CE
Complementary color
Monochromatic Colors of #7C50CE
Black with #7C50CE
Text Example
Text Example
White with #7C50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C50CE; }
p { color: rgb(124,80,206); }
H1.HeaderClassName
{
color: #7C50CE;
}
.AnyTagClassName
{
color: #7C50CE;
}
</style>
background-color css
<style>
a { background-color: #7C50CE; }
a { background-color: rgb(124,80,206); }
div.DivClassName
{
background-color: #7C50CE;
}
.BgClassName
{
background-color: #7C50CE;
}
</style>
border-color css
<style>
span { border-color: #7C50CE; }
span { border-color: rgb(124,80,206); }
td.TdClassName
{
border-color: #7C50CE;
}
.TagClassName
{
border-color: #7C50CE;
}
</style>