Shades of Slate Blue #7E4CC8
Tints of Slate Blue #7E4CC8
RGB
CMYK
RGB Variations
Color information
#7E4CC8 (or 0x7E4CC8) is known color: Slate Blue. HEX triplet: 7E, 4C and C8. RGB value is (126,76,200). Sum of RGB (Red+Green+Blue) = 126+76+200=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #7E4CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CC8 is #81B337. Grayscale: #686868. Windows color (decimal): -8500024 or 13126782. OLE color: 13126782.
HSL color Cylindrical-coordinate representation of color #7E4CC8: hue angle of 264.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E4CC8 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 76 | 200 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.22 |
| HSL | 264.19º | 0.53% | 0.54% | - |
| HSV(B) | 264.19º | 0.62% | 0.78% | - |
| XYZ | 21.61 | 13.77 | 56.16 | - |
| YUV | 105.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 76 | 200 | 0.37 | 0.62 | 0 | 0.22 | 264.19 | 0.53 | 0.54 |
| Hex | 7E | 4C | C8 | 25 | 3E | 0 | 16 | 108 | 35 | 36 |
| Octal | 176 | 114 | 310 | 45 | 76 | 0 | 26 | 410 | 65 | 66 |
| Binary | 1111110 | 1001100 | 11001000 | 100101 | 111110 | 0 | 10110 | 100001000 | 110101 | 110110 |
Color Harmonies of #7E4CC8
Complementary color
Monochromatic Colors of #7E4CC8
Black with #7E4CC8
Text Example
Text Example
White with #7E4CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4CC8; }
p { color: rgb(126,76,200); }
H1.HeaderClassName
{
color: #7E4CC8;
}
.AnyTagClassName
{
color: #7E4CC8;
}
</style>
background-color css
<style>
a { background-color: #7E4CC8; }
a { background-color: rgb(126,76,200); }
div.DivClassName
{
background-color: #7E4CC8;
}
.BgClassName
{
background-color: #7E4CC8;
}
</style>
border-color css
<style>
span { border-color: #7E4CC8; }
span { border-color: rgb(126,76,200); }
td.TdClassName
{
border-color: #7E4CC8;
}
.TagClassName
{
border-color: #7E4CC8;
}
</style>