Shades of Slate Blue #7E4ECF
Tints of Slate Blue #7E4ECF
RGB
CMYK
RGB Variations
Color information
#7E4ECF (or 0x7E4ECF) is known color: Slate Blue. HEX triplet: 7E, 4E and CF. RGB value is (126,78,207). Sum of RGB (Red+Green+Blue) = 126+78+207=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 78 (30.86% from 255 or 18.98% 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 #7E4ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4ECF is #81B130. Grayscale: #6A6A6A. Windows color (decimal): -8499505 or 13586046. OLE color: 13586046.
HSL color Cylindrical-coordinate representation of color #7E4ECF: hue angle of 262.33º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E4ECF is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 78 | 207 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.19 |
| HSL | 262.33º | 0.57% | 0.56% | - |
| HSV(B) | 262.33º | 0.62% | 0.81% | - |
| XYZ | 22.59 | 14.39 | 60.62 | - |
| YUV | 107.06 | 184.4 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 207 | 0.39 | 0.62 | 0 | 0.19 | 262.33 | 0.57 | 0.56 |
| Hex | 7E | 4E | CF | 27 | 3E | 0 | 13 | 106 | 39 | 38 |
| Octal | 176 | 116 | 317 | 47 | 76 | 0 | 23 | 406 | 71 | 70 |
| Binary | 1111110 | 1001110 | 11001111 | 100111 | 111110 | 0 | 10011 | 100000110 | 111001 | 111000 |
Color Harmonies of #7E4ECF
Complementary color
Monochromatic Colors of #7E4ECF
Black with #7E4ECF
Text Example
Text Example
White with #7E4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4ECF; }
p { color: rgb(126,78,207); }
H1.HeaderClassName
{
color: #7E4ECF;
}
.AnyTagClassName
{
color: #7E4ECF;
}
</style>
background-color css
<style>
a { background-color: #7E4ECF; }
a { background-color: rgb(126,78,207); }
div.DivClassName
{
background-color: #7E4ECF;
}
.BgClassName
{
background-color: #7E4ECF;
}
</style>
border-color css
<style>
span { border-color: #7E4ECF; }
span { border-color: rgb(126,78,207); }
td.TdClassName
{
border-color: #7E4ECF;
}
.TagClassName
{
border-color: #7E4ECF;
}
</style>