Shades of Medium Slate Blue #7F73DC
Tints of Medium Slate Blue #7F73DC
RGB
CMYK
RGB Variations
Color information
#7F73DC (or 0x7F73DC) is known color: Medium Slate Blue. HEX triplet: 7F, 73 and DC. RGB value is (127,115,220). Sum of RGB (Red+Green+Blue) = 127+115+220=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F73DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73DC is #808C23. Grayscale: #828282. Windows color (decimal): -8424484 or 14447487. OLE color: 14447487.
HSL color Cylindrical-coordinate representation of color #7F73DC: hue angle of 246.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F73DC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 115 | 220 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.14 |
| HSL | 246.86º | 0.6% | 0.66% | - |
| HSV(B) | 246.86º | 0.48% | 0.86% | - |
| XYZ | 27.8 | 21.94 | 70.48 | - |
| YUV | 130.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 220 | 0.42 | 0.48 | 0 | 0.14 | 246.86 | 0.6 | 0.66 |
| Hex | 7F | 73 | DC | 2A | 30 | 0 | E | F7 | 3C | 42 |
| Octal | 177 | 163 | 334 | 52 | 60 | 0 | 16 | 367 | 74 | 102 |
| Binary | 1111111 | 1110011 | 11011100 | 101010 | 110000 | 0 | 1110 | 11110111 | 111100 | 1000010 |
Color Harmonies of #7F73DC
Complementary color
Monochromatic Colors of #7F73DC
Black with #7F73DC
Text Example
Text Example
White with #7F73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73DC; }
p { color: rgb(127,115,220); }
H1.HeaderClassName
{
color: #7F73DC;
}
.AnyTagClassName
{
color: #7F73DC;
}
</style>
background-color css
<style>
a { background-color: #7F73DC; }
a { background-color: rgb(127,115,220); }
div.DivClassName
{
background-color: #7F73DC;
}
.BgClassName
{
background-color: #7F73DC;
}
</style>
border-color css
<style>
span { border-color: #7F73DC; }
span { border-color: rgb(127,115,220); }
td.TdClassName
{
border-color: #7F73DC;
}
.TagClassName
{
border-color: #7F73DC;
}
</style>