Shades of Slate Blue #7F5ECD
Tints of Slate Blue #7F5ECD
RGB
CMYK
RGB Variations
Color information
#7F5ECD (or 0x7F5ECD) is known color: Slate Blue. HEX triplet: 7F, 5E and CD. RGB value is (127,94,205). Sum of RGB (Red+Green+Blue) = 127+94+205=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 94 (37.11% from 255 or 22.07% 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 #7F5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ECD is #80A132. Grayscale: #747474. Windows color (decimal): -8429875 or 13459071. OLE color: 13459071.
HSL color Cylindrical-coordinate representation of color #7F5ECD: hue angle of 257.84º degrees, saturation: 0.53, 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 #7F5ECD is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 94 | 205 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.20 |
| HSL | 257.84º | 0.53% | 0.59% | - |
| HSV(B) | 257.84º | 0.54% | 0.8% | - |
| XYZ | 23.77 | 16.93 | 59.77 | - |
| YUV | 116.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 205 | 0.38 | 0.54 | 0 | 0.20 | 257.84 | 0.53 | 0.59 |
| Hex | 7F | 5E | CD | 26 | 36 | 0 | 14 | 102 | 35 | 3B |
| Octal | 177 | 136 | 315 | 46 | 66 | 0 | 24 | 402 | 65 | 73 |
| Binary | 1111111 | 1011110 | 11001101 | 100110 | 110110 | 0 | 10100 | 100000010 | 110101 | 111011 |
Color Harmonies of #7F5ECD
Complementary color
Monochromatic Colors of #7F5ECD
Black with #7F5ECD
Text Example
Text Example
White with #7F5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5ECD; }
p { color: rgb(127,94,205); }
H1.HeaderClassName
{
color: #7F5ECD;
}
.AnyTagClassName
{
color: #7F5ECD;
}
</style>
background-color css
<style>
a { background-color: #7F5ECD; }
a { background-color: rgb(127,94,205); }
div.DivClassName
{
background-color: #7F5ECD;
}
.BgClassName
{
background-color: #7F5ECD;
}
</style>
border-color css
<style>
span { border-color: #7F5ECD; }
span { border-color: rgb(127,94,205); }
td.TdClassName
{
border-color: #7F5ECD;
}
.TagClassName
{
border-color: #7F5ECD;
}
</style>