Shades of Medium Slate Blue #7F73DE
Tints of Medium Slate Blue #7F73DE
RGB
CMYK
RGB Variations
Color information
#7F73DE (or 0x7F73DE) is known color: Medium Slate Blue. HEX triplet: 7F, 73 and DE. RGB value is (127,115,222). Sum of RGB (Red+Green+Blue) = 127+115+222=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F73DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73DE is #808C21. Grayscale: #828282. Windows color (decimal): -8424482 or 14578559. OLE color: 14578559.
HSL color Cylindrical-coordinate representation of color #7F73DE: hue angle of 246.73º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F73DE is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 115 | 222 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.13 |
| HSL | 246.73º | 0.62% | 0.66% | - |
| HSV(B) | 246.73º | 0.48% | 0.87% | - |
| XYZ | 28.07 | 22.05 | 71.88 | - |
| YUV | 130.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 222 | 0.43 | 0.48 | 0 | 0.13 | 246.73 | 0.62 | 0.66 |
| Hex | 7F | 73 | DE | 2B | 30 | 0 | D | F7 | 3E | 42 |
| Octal | 177 | 163 | 336 | 53 | 60 | 0 | 15 | 367 | 76 | 102 |
| Binary | 1111111 | 1110011 | 11011110 | 101011 | 110000 | 0 | 1101 | 11110111 | 111110 | 1000010 |
Color Harmonies of #7F73DE
Complementary color
Monochromatic Colors of #7F73DE
Black with #7F73DE
Text Example
Text Example
White with #7F73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73DE; }
p { color: rgb(127,115,222); }
H1.HeaderClassName
{
color: #7F73DE;
}
.AnyTagClassName
{
color: #7F73DE;
}
</style>
background-color css
<style>
a { background-color: #7F73DE; }
a { background-color: rgb(127,115,222); }
div.DivClassName
{
background-color: #7F73DE;
}
.BgClassName
{
background-color: #7F73DE;
}
</style>
border-color css
<style>
span { border-color: #7F73DE; }
span { border-color: rgb(127,115,222); }
td.TdClassName
{
border-color: #7F73DE;
}
.TagClassName
{
border-color: #7F73DE;
}
</style>