Shades of Medium Slate Blue #7F69E5
Tints of Medium Slate Blue #7F69E5
RGB
CMYK
RGB Variations
Color information
#7F69E5 (or 0x7F69E5) is known color: Medium Slate Blue. HEX triplet: 7F, 69 and E5. RGB value is (127,105,229). Sum of RGB (Red+Green+Blue) = 127+105+229=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F69E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F69E5 is #80961A. Grayscale: #7D7D7D. Windows color (decimal): -8427035 or 15034751. OLE color: 15034751.
HSL color Cylindrical-coordinate representation of color #7F69E5: hue angle of 250.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F69E5 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 105 | 229 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.10 |
| HSL | 250.65º | 0.7% | 0.65% | - |
| HSV(B) | 250.65º | 0.54% | 0.9% | - |
| XYZ | 27.95 | 20.27 | 76.57 | - |
| YUV | 125.71 | 186.29 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 229 | 0.45 | 0.54 | 0 | 0.10 | 250.65 | 0.7 | 0.65 |
| Hex | 7F | 69 | E5 | 2D | 36 | 0 | A | FB | 46 | 41 |
| Octal | 177 | 151 | 345 | 55 | 66 | 0 | 12 | 373 | 106 | 101 |
| Binary | 1111111 | 1101001 | 11100101 | 101101 | 110110 | 0 | 1010 | 11111011 | 1000110 | 1000001 |
Color Harmonies of #7F69E5
Complementary color
Monochromatic Colors of #7F69E5
Black with #7F69E5
Text Example
Text Example
White with #7F69E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F69E5; }
p { color: rgb(127,105,229); }
H1.HeaderClassName
{
color: #7F69E5;
}
.AnyTagClassName
{
color: #7F69E5;
}
</style>
background-color css
<style>
a { background-color: #7F69E5; }
a { background-color: rgb(127,105,229); }
div.DivClassName
{
background-color: #7F69E5;
}
.BgClassName
{
background-color: #7F69E5;
}
</style>
border-color css
<style>
span { border-color: #7F69E5; }
span { border-color: rgb(127,105,229); }
td.TdClassName
{
border-color: #7F69E5;
}
.TagClassName
{
border-color: #7F69E5;
}
</style>