Shades of Slate Blue #7C50CF
Tints of Slate Blue #7C50CF
RGB
CMYK
RGB Variations
Color information
#7C50CF (or 0x7C50CF) is known color: Slate Blue. HEX triplet: 7C, 50 and CF. RGB value is (124,80,207). Sum of RGB (Red+Green+Blue) = 124+80+207=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C50CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C50CF is #83AF30. Grayscale: #6B6B6B. Windows color (decimal): -8630065 or 13586556. OLE color: 13586556.
HSL color Cylindrical-coordinate representation of color #7C50CF: hue angle of 260.79º degrees, saturation: 0.57, 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 #7C50CF is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 80 | 207 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.19 |
| HSL | 260.79º | 0.57% | 0.56% | - |
| HSV(B) | 260.79º | 0.61% | 0.81% | - |
| XYZ | 22.44 | 14.53 | 60.65 | - |
| YUV | 107.63 | 184.08 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 207 | 0.40 | 0.61 | 0 | 0.19 | 260.79 | 0.57 | 0.56 |
| Hex | 7C | 50 | CF | 28 | 3D | 0 | 13 | 105 | 39 | 38 |
| Octal | 174 | 120 | 317 | 50 | 75 | 0 | 23 | 405 | 71 | 70 |
| Binary | 1111100 | 1010000 | 11001111 | 101000 | 111101 | 0 | 10011 | 100000101 | 111001 | 111000 |
Color Harmonies of #7C50CF
Complementary color
Monochromatic Colors of #7C50CF
Black with #7C50CF
Text Example
Text Example
White with #7C50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C50CF; }
p { color: rgb(124,80,207); }
H1.HeaderClassName
{
color: #7C50CF;
}
.AnyTagClassName
{
color: #7C50CF;
}
</style>
background-color css
<style>
a { background-color: #7C50CF; }
a { background-color: rgb(124,80,207); }
div.DivClassName
{
background-color: #7C50CF;
}
.BgClassName
{
background-color: #7C50CF;
}
</style>
border-color css
<style>
span { border-color: #7C50CF; }
span { border-color: rgb(124,80,207); }
td.TdClassName
{
border-color: #7C50CF;
}
.TagClassName
{
border-color: #7C50CF;
}
</style>