Shades of Slate Blue #7E53CA
Tints of Slate Blue #7E53CA
RGB
CMYK
RGB Variations
Color information
#7E53CA (or 0x7E53CA) is known color: Slate Blue. HEX triplet: 7E, 53 and CA. RGB value is (126,83,202). Sum of RGB (Red+Green+Blue) = 126+83+202=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E53CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E53CA is #81AC35. Grayscale: #6C6C6C. Windows color (decimal): -8498230 or 13259646. OLE color: 13259646.
HSL color Cylindrical-coordinate representation of color #7E53CA: hue angle of 261.68º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E53CA is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 83 | 202 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.21 |
| HSL | 261.68º | 0.53% | 0.56% | - |
| HSV(B) | 261.68º | 0.59% | 0.79% | - |
| XYZ | 22.36 | 14.89 | 57.57 | - |
| YUV | 109.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 202 | 0.38 | 0.59 | 0 | 0.21 | 261.68 | 0.53 | 0.56 |
| Hex | 7E | 53 | CA | 26 | 3B | 0 | 15 | 106 | 35 | 38 |
| Octal | 176 | 123 | 312 | 46 | 73 | 0 | 25 | 406 | 65 | 70 |
| Binary | 1111110 | 1010011 | 11001010 | 100110 | 111011 | 0 | 10101 | 100000110 | 110101 | 111000 |
Color Harmonies of #7E53CA
Complementary color
Monochromatic Colors of #7E53CA
Black with #7E53CA
Text Example
Text Example
White with #7E53CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E53CA; }
p { color: rgb(126,83,202); }
H1.HeaderClassName
{
color: #7E53CA;
}
.AnyTagClassName
{
color: #7E53CA;
}
</style>
background-color css
<style>
a { background-color: #7E53CA; }
a { background-color: rgb(126,83,202); }
div.DivClassName
{
background-color: #7E53CA;
}
.BgClassName
{
background-color: #7E53CA;
}
</style>
border-color css
<style>
span { border-color: #7E53CA; }
span { border-color: rgb(126,83,202); }
td.TdClassName
{
border-color: #7E53CA;
}
.TagClassName
{
border-color: #7E53CA;
}
</style>