Shades of Slate Blue #7F5ED7
Tints of Slate Blue #7F5ED7
RGB
CMYK
RGB Variations
Color information
#7F5ED7 (or 0x7F5ED7) is known color: Slate Blue. HEX triplet: 7F, 5E and D7. RGB value is (127,94,215). Sum of RGB (Red+Green+Blue) = 127+94+215=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #7F5ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ED7 is #80A128. Grayscale: #757575. Windows color (decimal): -8429865 or 14114431. OLE color: 14114431.
HSL color Cylindrical-coordinate representation of color #7F5ED7: hue angle of 256.36º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F5ED7 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 94 | 215 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.16 |
| HSL | 256.36º | 0.6% | 0.61% | - |
| HSV(B) | 256.36º | 0.56% | 0.84% | - |
| XYZ | 25.02 | 17.42 | 66.33 | - |
| YUV | 117.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 215 | 0.41 | 0.56 | 0 | 0.16 | 256.36 | 0.6 | 0.61 |
| Hex | 7F | 5E | D7 | 29 | 38 | 0 | 10 | 100 | 3C | 3D |
| Octal | 177 | 136 | 327 | 51 | 70 | 0 | 20 | 400 | 74 | 75 |
| Binary | 1111111 | 1011110 | 11010111 | 101001 | 111000 | 0 | 10000 | 100000000 | 111100 | 111101 |
Color Harmonies of #7F5ED7
Complementary color
Monochromatic Colors of #7F5ED7
Black with #7F5ED7
Text Example
Text Example
White with #7F5ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5ED7; }
p { color: rgb(127,94,215); }
H1.HeaderClassName
{
color: #7F5ED7;
}
.AnyTagClassName
{
color: #7F5ED7;
}
</style>
background-color css
<style>
a { background-color: #7F5ED7; }
a { background-color: rgb(127,94,215); }
div.DivClassName
{
background-color: #7F5ED7;
}
.BgClassName
{
background-color: #7F5ED7;
}
</style>
border-color css
<style>
span { border-color: #7F5ED7; }
span { border-color: rgb(127,94,215); }
td.TdClassName
{
border-color: #7F5ED7;
}
.TagClassName
{
border-color: #7F5ED7;
}
</style>