Shades of Slate Blue #7E53CF
Tints of Slate Blue #7E53CF
RGB
CMYK
RGB Variations
Color information
#7E53CF (or 0x7E53CF) is known color: Slate Blue. HEX triplet: 7E, 53 and CF. RGB value is (126,83,207). Sum of RGB (Red+Green+Blue) = 126+83+207=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E53CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E53CF is #81AC30. Grayscale: #6D6D6D. Windows color (decimal): -8498225 or 13587326. OLE color: 13587326.
HSL color Cylindrical-coordinate representation of color #7E53CF: hue angle of 260.81º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E53CF is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 83 | 207 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.19 |
| HSL | 260.81º | 0.56% | 0.57% | - |
| HSV(B) | 260.81º | 0.6% | 0.81% | - |
| XYZ | 22.96 | 15.13 | 60.74 | - |
| YUV | 109.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 207 | 0.39 | 0.60 | 0 | 0.19 | 260.81 | 0.56 | 0.57 |
| Hex | 7E | 53 | CF | 27 | 3C | 0 | 13 | 105 | 38 | 39 |
| Octal | 176 | 123 | 317 | 47 | 74 | 0 | 23 | 405 | 70 | 71 |
| Binary | 1111110 | 1010011 | 11001111 | 100111 | 111100 | 0 | 10011 | 100000101 | 111000 | 111001 |
Color Harmonies of #7E53CF
Complementary color
Monochromatic Colors of #7E53CF
Black with #7E53CF
Text Example
Text Example
White with #7E53CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E53CF; }
p { color: rgb(126,83,207); }
H1.HeaderClassName
{
color: #7E53CF;
}
.AnyTagClassName
{
color: #7E53CF;
}
</style>
background-color css
<style>
a { background-color: #7E53CF; }
a { background-color: rgb(126,83,207); }
div.DivClassName
{
background-color: #7E53CF;
}
.BgClassName
{
background-color: #7E53CF;
}
</style>
border-color css
<style>
span { border-color: #7E53CF; }
span { border-color: rgb(126,83,207); }
td.TdClassName
{
border-color: #7E53CF;
}
.TagClassName
{
border-color: #7E53CF;
}
</style>