Shades of Slate Blue #7E55C4
Tints of Slate Blue #7E55C4
RGB
CMYK
RGB Variations
Color information
#7E55C4 (or 0x7E55C4) is known color: Slate Blue. HEX triplet: 7E, 55 and C4. RGB value is (126,85,196). Sum of RGB (Red+Green+Blue) = 126+85+196=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 196 - color contains mainly: blue. Hex color #7E55C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E55C4 is #81AA3B. Grayscale: #6D6D6D. Windows color (decimal): -8497724 or 12866942. OLE color: 12866942.
HSL color Cylindrical-coordinate representation of color #7E55C4: hue angle of 262.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E55C4 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 85 | 196 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.23 |
| HSL | 262.16º | 0.48% | 0.55% | - |
| HSV(B) | 262.16º | 0.57% | 0.77% | - |
| XYZ | 21.82 | 14.92 | 53.95 | - |
| YUV | 109.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 196 | 0.36 | 0.57 | 0 | 0.23 | 262.16 | 0.48 | 0.55 |
| Hex | 7E | 55 | C4 | 24 | 39 | 0 | 17 | 106 | 30 | 37 |
| Octal | 176 | 125 | 304 | 44 | 71 | 0 | 27 | 406 | 60 | 67 |
| Binary | 1111110 | 1010101 | 11000100 | 100100 | 111001 | 0 | 10111 | 100000110 | 110000 | 110111 |
Color Harmonies of #7E55C4
Complementary color
Monochromatic Colors of #7E55C4
Black with #7E55C4
Text Example
Text Example
White with #7E55C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E55C4; }
p { color: rgb(126,85,196); }
H1.HeaderClassName
{
color: #7E55C4;
}
.AnyTagClassName
{
color: #7E55C4;
}
</style>
background-color css
<style>
a { background-color: #7E55C4; }
a { background-color: rgb(126,85,196); }
div.DivClassName
{
background-color: #7E55C4;
}
.BgClassName
{
background-color: #7E55C4;
}
</style>
border-color css
<style>
span { border-color: #7E55C4; }
span { border-color: rgb(126,85,196); }
td.TdClassName
{
border-color: #7E55C4;
}
.TagClassName
{
border-color: #7E55C4;
}
</style>