Shades of Slate Blue #7E4ACB
Tints of Slate Blue #7E4ACB
RGB
CMYK
RGB Variations
Color information
#7E4ACB (or 0x7E4ACB) is known color: Slate Blue. HEX triplet: 7E, 4A and CB. RGB value is (126,74,203). Sum of RGB (Red+Green+Blue) = 126+74+203=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E4ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4ACB is #81B534. Grayscale: #676767. Windows color (decimal): -8500533 or 13322878. OLE color: 13322878.
HSL color Cylindrical-coordinate representation of color #7E4ACB: hue angle of 264.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E4ACB is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 74 | 203 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.20 |
| HSL | 264.19º | 0.55% | 0.54% | - |
| HSV(B) | 264.19º | 0.64% | 0.8% | - |
| XYZ | 21.83 | 13.64 | 57.98 | - |
| YUV | 104.25 | 183.73 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 203 | 0.38 | 0.64 | 0 | 0.20 | 264.19 | 0.55 | 0.54 |
| Hex | 7E | 4A | CB | 26 | 40 | 0 | 14 | 108 | 37 | 36 |
| Octal | 176 | 112 | 313 | 46 | 100 | 0 | 24 | 410 | 67 | 66 |
| Binary | 1111110 | 1001010 | 11001011 | 100110 | 1000000 | 0 | 10100 | 100001000 | 110111 | 110110 |
Color Harmonies of #7E4ACB
Complementary color
Monochromatic Colors of #7E4ACB
Black with #7E4ACB
Text Example
Text Example
White with #7E4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4ACB; }
p { color: rgb(126,74,203); }
H1.HeaderClassName
{
color: #7E4ACB;
}
.AnyTagClassName
{
color: #7E4ACB;
}
</style>
background-color css
<style>
a { background-color: #7E4ACB; }
a { background-color: rgb(126,74,203); }
div.DivClassName
{
background-color: #7E4ACB;
}
.BgClassName
{
background-color: #7E4ACB;
}
</style>
border-color css
<style>
span { border-color: #7E4ACB; }
span { border-color: rgb(126,74,203); }
td.TdClassName
{
border-color: #7E4ACB;
}
.TagClassName
{
border-color: #7E4ACB;
}
</style>