Shades of Medium Slate Blue #7F75E8
Tints of Medium Slate Blue #7F75E8
RGB
CMYK
RGB Variations
Color information
#7F75E8 (or 0x7F75E8) is known color: Medium Slate Blue. HEX triplet: 7F, 75 and E8. RGB value is (127,117,232). Sum of RGB (Red+Green+Blue) = 127+117+232=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F75E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F75E8 is #808A17. Grayscale: #848484. Windows color (decimal): -8423960 or 15234431. OLE color: 15234431.
HSL color Cylindrical-coordinate representation of color #7F75E8: hue angle of 245.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F75E8 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 117 | 232 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.09 |
| HSL | 245.22º | 0.71% | 0.68% | - |
| HSV(B) | 245.22º | 0.5% | 0.91% | - |
| XYZ | 29.68 | 23.06 | 79.23 | - |
| YUV | 133.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 232 | 0.45 | 0.50 | 0 | 0.09 | 245.22 | 0.71 | 0.68 |
| Hex | 7F | 75 | E8 | 2D | 32 | 0 | 9 | F5 | 47 | 44 |
| Octal | 177 | 165 | 350 | 55 | 62 | 0 | 11 | 365 | 107 | 104 |
| Binary | 1111111 | 1110101 | 11101000 | 101101 | 110010 | 0 | 1001 | 11110101 | 1000111 | 1000100 |
Color Harmonies of #7F75E8
Complementary color
Monochromatic Colors of #7F75E8
Black with #7F75E8
Text Example
Text Example
White with #7F75E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F75E8; }
p { color: rgb(127,117,232); }
H1.HeaderClassName
{
color: #7F75E8;
}
.AnyTagClassName
{
color: #7F75E8;
}
</style>
background-color css
<style>
a { background-color: #7F75E8; }
a { background-color: rgb(127,117,232); }
div.DivClassName
{
background-color: #7F75E8;
}
.BgClassName
{
background-color: #7F75E8;
}
</style>
border-color css
<style>
span { border-color: #7F75E8; }
span { border-color: rgb(127,117,232); }
td.TdClassName
{
border-color: #7F75E8;
}
.TagClassName
{
border-color: #7F75E8;
}
</style>