Shades of Slate Blue #7E5FD1
Tints of Slate Blue #7E5FD1
RGB
CMYK
RGB Variations
Color information
#7E5FD1 (or 0x7E5FD1) is known color: Slate Blue. HEX triplet: 7E, 5F and D1. RGB value is (126,95,209). Sum of RGB (Red+Green+Blue) = 126+95+209=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E5FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FD1 is #81A02E. Grayscale: #747474. Windows color (decimal): -8495151 or 13721470. OLE color: 13721470.
HSL color Cylindrical-coordinate representation of color #7E5FD1: hue angle of 256.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E5FD1 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 95 | 209 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.18 |
| HSL | 256.32º | 0.55% | 0.6% | - |
| HSV(B) | 256.32º | 0.55% | 0.82% | - |
| XYZ | 24.21 | 17.22 | 62.37 | - |
| YUV | 117.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 95 | 209 | 0.40 | 0.55 | 0 | 0.18 | 256.32 | 0.55 | 0.6 |
| Hex | 7E | 5F | D1 | 28 | 37 | 0 | 12 | 100 | 37 | 3C |
| Octal | 176 | 137 | 321 | 50 | 67 | 0 | 22 | 400 | 67 | 74 |
| Binary | 1111110 | 1011111 | 11010001 | 101000 | 110111 | 0 | 10010 | 100000000 | 110111 | 111100 |
Color Harmonies of #7E5FD1
Complementary color
Monochromatic Colors of #7E5FD1
Black with #7E5FD1
Text Example
Text Example
White with #7E5FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5FD1; }
p { color: rgb(126,95,209); }
H1.HeaderClassName
{
color: #7E5FD1;
}
.AnyTagClassName
{
color: #7E5FD1;
}
</style>
background-color css
<style>
a { background-color: #7E5FD1; }
a { background-color: rgb(126,95,209); }
div.DivClassName
{
background-color: #7E5FD1;
}
.BgClassName
{
background-color: #7E5FD1;
}
</style>
border-color css
<style>
span { border-color: #7E5FD1; }
span { border-color: rgb(126,95,209); }
td.TdClassName
{
border-color: #7E5FD1;
}
.TagClassName
{
border-color: #7E5FD1;
}
</style>