Shades of Medium Slate Blue #7F75DF
Tints of Medium Slate Blue #7F75DF
RGB
CMYK
RGB Variations
Color information
#7F75DF (or 0x7F75DF) is known color: Medium Slate Blue. HEX triplet: 7F, 75 and DF. RGB value is (127,117,223). Sum of RGB (Red+Green+Blue) = 127+117+223=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F75DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F75DF is #808A20. Grayscale: #838383. Windows color (decimal): -8423969 or 14644607. OLE color: 14644607.
HSL color Cylindrical-coordinate representation of color #7F75DF: hue angle of 245.66º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F75DF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 117 | 223 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.13 |
| HSL | 245.66º | 0.62% | 0.67% | - |
| HSV(B) | 245.66º | 0.48% | 0.87% | - |
| XYZ | 28.43 | 22.56 | 72.67 | - |
| YUV | 132.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 223 | 0.43 | 0.48 | 0 | 0.13 | 245.66 | 0.62 | 0.67 |
| Hex | 7F | 75 | DF | 2B | 30 | 0 | D | F6 | 3E | 43 |
| Octal | 177 | 165 | 337 | 53 | 60 | 0 | 15 | 366 | 76 | 103 |
| Binary | 1111111 | 1110101 | 11011111 | 101011 | 110000 | 0 | 1101 | 11110110 | 111110 | 1000011 |
Color Harmonies of #7F75DF
Complementary color
Monochromatic Colors of #7F75DF
Black with #7F75DF
Text Example
Text Example
White with #7F75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F75DF; }
p { color: rgb(127,117,223); }
H1.HeaderClassName
{
color: #7F75DF;
}
.AnyTagClassName
{
color: #7F75DF;
}
</style>
background-color css
<style>
a { background-color: #7F75DF; }
a { background-color: rgb(127,117,223); }
div.DivClassName
{
background-color: #7F75DF;
}
.BgClassName
{
background-color: #7F75DF;
}
</style>
border-color css
<style>
span { border-color: #7F75DF; }
span { border-color: rgb(127,117,223); }
td.TdClassName
{
border-color: #7F75DF;
}
.TagClassName
{
border-color: #7F75DF;
}
</style>