Shades of Slate Blue #7E4CCF
Tints of Slate Blue #7E4CCF
RGB
CMYK
RGB Variations
Color information
#7E4CCF (or 0x7E4CCF) is known color: Slate Blue. HEX triplet: 7E, 4C and CF. RGB value is (126,76,207). Sum of RGB (Red+Green+Blue) = 126+76+207=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CCF is #81B330. Grayscale: #696969. Windows color (decimal): -8500017 or 13585534. OLE color: 13585534.
HSL color Cylindrical-coordinate representation of color #7E4CCF: hue angle of 262.9º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E4CCF is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 76 | 207 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.19 |
| HSL | 262.9º | 0.58% | 0.55% | - |
| HSV(B) | 262.9º | 0.63% | 0.81% | - |
| XYZ | 22.45 | 14.11 | 60.57 | - |
| YUV | 105.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 76 | 207 | 0.39 | 0.63 | 0 | 0.19 | 262.9 | 0.58 | 0.55 |
| Hex | 7E | 4C | CF | 27 | 3F | 0 | 13 | 107 | 3A | 37 |
| Octal | 176 | 114 | 317 | 47 | 77 | 0 | 23 | 407 | 72 | 67 |
| Binary | 1111110 | 1001100 | 11001111 | 100111 | 111111 | 0 | 10011 | 100000111 | 111010 | 110111 |
Color Harmonies of #7E4CCF
Complementary color
Monochromatic Colors of #7E4CCF
Black with #7E4CCF
Text Example
Text Example
White with #7E4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4CCF; }
p { color: rgb(126,76,207); }
H1.HeaderClassName
{
color: #7E4CCF;
}
.AnyTagClassName
{
color: #7E4CCF;
}
</style>
background-color css
<style>
a { background-color: #7E4CCF; }
a { background-color: rgb(126,76,207); }
div.DivClassName
{
background-color: #7E4CCF;
}
.BgClassName
{
background-color: #7E4CCF;
}
</style>
border-color css
<style>
span { border-color: #7E4CCF; }
span { border-color: rgb(126,76,207); }
td.TdClassName
{
border-color: #7E4CCF;
}
.TagClassName
{
border-color: #7E4CCF;
}
</style>