Shades of Slate Blue #7E56CA
Tints of Slate Blue #7E56CA
RGB
CMYK
RGB Variations
Color information
#7E56CA (or 0x7E56CA) is known color: Slate Blue. HEX triplet: 7E, 56 and CA. RGB value is (126,86,202). Sum of RGB (Red+Green+Blue) = 126+86+202=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E56CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E56CA is #81A935. Grayscale: #6E6E6E. Windows color (decimal): -8497462 or 13260414. OLE color: 13260414.
HSL color Cylindrical-coordinate representation of color #7E56CA: hue angle of 260.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E56CA is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 86 | 202 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.21 |
| HSL | 260.69º | 0.52% | 0.56% | - |
| HSV(B) | 260.69º | 0.57% | 0.79% | - |
| XYZ | 22.59 | 15.36 | 57.65 | - |
| YUV | 111.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 202 | 0.38 | 0.57 | 0 | 0.21 | 260.69 | 0.52 | 0.56 |
| Hex | 7E | 56 | CA | 26 | 39 | 0 | 15 | 105 | 34 | 38 |
| Octal | 176 | 126 | 312 | 46 | 71 | 0 | 25 | 405 | 64 | 70 |
| Binary | 1111110 | 1010110 | 11001010 | 100110 | 111001 | 0 | 10101 | 100000101 | 110100 | 111000 |
Color Harmonies of #7E56CA
Complementary color
Monochromatic Colors of #7E56CA
Black with #7E56CA
Text Example
Text Example
White with #7E56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E56CA; }
p { color: rgb(126,86,202); }
H1.HeaderClassName
{
color: #7E56CA;
}
.AnyTagClassName
{
color: #7E56CA;
}
</style>
background-color css
<style>
a { background-color: #7E56CA; }
a { background-color: rgb(126,86,202); }
div.DivClassName
{
background-color: #7E56CA;
}
.BgClassName
{
background-color: #7E56CA;
}
</style>
border-color css
<style>
span { border-color: #7E56CA; }
span { border-color: rgb(126,86,202); }
td.TdClassName
{
border-color: #7E56CA;
}
.TagClassName
{
border-color: #7E56CA;
}
</style>