Shades of Medium Slate Blue #7F5FD8
Tints of Medium Slate Blue #7F5FD8
RGB
CMYK
RGB Variations
Color information
#7F5FD8 (or 0x7F5FD8) is known color: Medium Slate Blue. HEX triplet: 7F, 5F and D8. RGB value is (127,95,216). Sum of RGB (Red+Green+Blue) = 127+95+216=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #7F5FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5FD8 is #80A027. Grayscale: #757575. Windows color (decimal): -8429608 or 14180223. OLE color: 14180223.
HSL color Cylindrical-coordinate representation of color #7F5FD8: hue angle of 255.87º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F5FD8 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 95 | 216 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.15 |
| HSL | 255.87º | 0.61% | 0.61% | - |
| HSV(B) | 255.87º | 0.56% | 0.85% | - |
| XYZ | 25.24 | 17.65 | 67.04 | - |
| YUV | 118.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 216 | 0.41 | 0.56 | 0 | 0.15 | 255.87 | 0.61 | 0.61 |
| Hex | 7F | 5F | D8 | 29 | 38 | 0 | F | 100 | 3D | 3D |
| Octal | 177 | 137 | 330 | 51 | 70 | 0 | 17 | 400 | 75 | 75 |
| Binary | 1111111 | 1011111 | 11011000 | 101001 | 111000 | 0 | 1111 | 100000000 | 111101 | 111101 |
Color Harmonies of #7F5FD8
Complementary color
Monochromatic Colors of #7F5FD8
Black with #7F5FD8
Text Example
Text Example
White with #7F5FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5FD8; }
p { color: rgb(127,95,216); }
H1.HeaderClassName
{
color: #7F5FD8;
}
.AnyTagClassName
{
color: #7F5FD8;
}
</style>
background-color css
<style>
a { background-color: #7F5FD8; }
a { background-color: rgb(127,95,216); }
div.DivClassName
{
background-color: #7F5FD8;
}
.BgClassName
{
background-color: #7F5FD8;
}
</style>
border-color css
<style>
span { border-color: #7F5FD8; }
span { border-color: rgb(127,95,216); }
td.TdClassName
{
border-color: #7F5FD8;
}
.TagClassName
{
border-color: #7F5FD8;
}
</style>