Shades of Medium Slate Blue #7F70DF
Tints of Medium Slate Blue #7F70DF
RGB
CMYK
RGB Variations
Color information
#7F70DF (or 0x7F70DF) is known color: Medium Slate Blue. HEX triplet: 7F, 70 and DF. RGB value is (127,112,223). Sum of RGB (Red+Green+Blue) = 127+112+223=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F70DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F70DF is #808F20. Grayscale: #808080. Windows color (decimal): -8425249 or 14643327. OLE color: 14643327.
HSL color Cylindrical-coordinate representation of color #7F70DF: hue angle of 248.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F70DF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 112 | 223 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.13 |
| HSL | 248.11º | 0.63% | 0.66% | - |
| HSV(B) | 248.11º | 0.5% | 0.87% | - |
| XYZ | 27.87 | 21.43 | 72.48 | - |
| YUV | 129.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 223 | 0.43 | 0.50 | 0 | 0.13 | 248.11 | 0.63 | 0.66 |
| Hex | 7F | 70 | DF | 2B | 32 | 0 | D | F8 | 3F | 42 |
| Octal | 177 | 160 | 337 | 53 | 62 | 0 | 15 | 370 | 77 | 102 |
| Binary | 1111111 | 1110000 | 11011111 | 101011 | 110010 | 0 | 1101 | 11111000 | 111111 | 1000010 |
Color Harmonies of #7F70DF
Complementary color
Monochromatic Colors of #7F70DF
Black with #7F70DF
Text Example
Text Example
White with #7F70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F70DF; }
p { color: rgb(127,112,223); }
H1.HeaderClassName
{
color: #7F70DF;
}
.AnyTagClassName
{
color: #7F70DF;
}
</style>
background-color css
<style>
a { background-color: #7F70DF; }
a { background-color: rgb(127,112,223); }
div.DivClassName
{
background-color: #7F70DF;
}
.BgClassName
{
background-color: #7F70DF;
}
</style>
border-color css
<style>
span { border-color: #7F70DF; }
span { border-color: rgb(127,112,223); }
td.TdClassName
{
border-color: #7F70DF;
}
.TagClassName
{
border-color: #7F70DF;
}
</style>