Shades of Slate Blue #7E60CA
Tints of Slate Blue #7E60CA
RGB
CMYK
RGB Variations
Color information
#7E60CA (or 0x7E60CA) is known color: Slate Blue. HEX triplet: 7E, 60 and CA. RGB value is (126,96,202). Sum of RGB (Red+Green+Blue) = 126+96+202=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E60CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E60CA is #819F35. Grayscale: #747474. Windows color (decimal): -8494902 or 13262974. OLE color: 13262974.
HSL color Cylindrical-coordinate representation of color #7E60CA: hue angle of 256.98º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E60CA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 96 | 202 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.21 |
| HSL | 256.98º | 0.5% | 0.58% | - |
| HSV(B) | 256.98º | 0.52% | 0.79% | - |
| XYZ | 23.45 | 17.07 | 57.94 | - |
| YUV | 117.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 202 | 0.38 | 0.52 | 0 | 0.21 | 256.98 | 0.5 | 0.58 |
| Hex | 7E | 60 | CA | 26 | 34 | 0 | 15 | 101 | 32 | 3A |
| Octal | 176 | 140 | 312 | 46 | 64 | 0 | 25 | 401 | 62 | 72 |
| Binary | 1111110 | 1100000 | 11001010 | 100110 | 110100 | 0 | 10101 | 100000001 | 110010 | 111010 |
Color Harmonies of #7E60CA
Complementary color
Monochromatic Colors of #7E60CA
Black with #7E60CA
Text Example
Text Example
White with #7E60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E60CA; }
p { color: rgb(126,96,202); }
H1.HeaderClassName
{
color: #7E60CA;
}
.AnyTagClassName
{
color: #7E60CA;
}
</style>
background-color css
<style>
a { background-color: #7E60CA; }
a { background-color: rgb(126,96,202); }
div.DivClassName
{
background-color: #7E60CA;
}
.BgClassName
{
background-color: #7E60CA;
}
</style>
border-color css
<style>
span { border-color: #7E60CA; }
span { border-color: rgb(126,96,202); }
td.TdClassName
{
border-color: #7E60CA;
}
.TagClassName
{
border-color: #7E60CA;
}
</style>