Shades of Slate Blue #7E5FCD
Tints of Slate Blue #7E5FCD
RGB
CMYK
RGB Variations
Color information
#7E5FCD (or 0x7E5FCD) is known color: Slate Blue. HEX triplet: 7E, 5F and CD. RGB value is (126,95,205). Sum of RGB (Red+Green+Blue) = 126+95+205=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FCD is #81A032. Grayscale: #747474. Windows color (decimal): -8495155 or 13459326. OLE color: 13459326.
HSL color Cylindrical-coordinate representation of color #7E5FCD: hue angle of 256.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E5FCD is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 95 | 205 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.20 |
| HSL | 256.91º | 0.52% | 0.59% | - |
| HSV(B) | 256.91º | 0.54% | 0.8% | - |
| XYZ | 23.72 | 17.03 | 59.79 | - |
| YUV | 116.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 95 | 205 | 0.39 | 0.54 | 0 | 0.20 | 256.91 | 0.52 | 0.59 |
| Hex | 7E | 5F | CD | 27 | 36 | 0 | 14 | 101 | 34 | 3B |
| Octal | 176 | 137 | 315 | 47 | 66 | 0 | 24 | 401 | 64 | 73 |
| Binary | 1111110 | 1011111 | 11001101 | 100111 | 110110 | 0 | 10100 | 100000001 | 110100 | 111011 |
Color Harmonies of #7E5FCD
Complementary color
Monochromatic Colors of #7E5FCD
Black with #7E5FCD
Text Example
Text Example
White with #7E5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5FCD; }
p { color: rgb(126,95,205); }
H1.HeaderClassName
{
color: #7E5FCD;
}
.AnyTagClassName
{
color: #7E5FCD;
}
</style>
background-color css
<style>
a { background-color: #7E5FCD; }
a { background-color: rgb(126,95,205); }
div.DivClassName
{
background-color: #7E5FCD;
}
.BgClassName
{
background-color: #7E5FCD;
}
</style>
border-color css
<style>
span { border-color: #7E5FCD; }
span { border-color: rgb(126,95,205); }
td.TdClassName
{
border-color: #7E5FCD;
}
.TagClassName
{
border-color: #7E5FCD;
}
</style>