Shades of Medium Slate Blue #7969E7
Tints of Medium Slate Blue #7969E7
RGB
CMYK
RGB Variations
Color information
#7969E7 (or 0x7969E7) is known color: Medium Slate Blue. HEX triplet: 79, 69 and E7. RGB value is (121,105,231). Sum of RGB (Red+Green+Blue) = 121+105+231=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #7969E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7969E7 is #869618. Grayscale: #7B7B7B. Windows color (decimal): -8820249 or 15165817. OLE color: 15165817.
HSL color Cylindrical-coordinate representation of color #7969E7: hue angle of 247.62º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7969E7 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 105 | 231 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.09 |
| HSL | 247.62º | 0.72% | 0.66% | - |
| HSV(B) | 247.62º | 0.55% | 0.91% | - |
| XYZ | 27.36 | 19.94 | 78.01 | - |
| YUV | 124.15 | 188.3 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 231 | 0.48 | 0.55 | 0 | 0.09 | 247.62 | 0.72 | 0.66 |
| Hex | 79 | 69 | E7 | 30 | 37 | 0 | 9 | F8 | 48 | 42 |
| Octal | 171 | 151 | 347 | 60 | 67 | 0 | 11 | 370 | 110 | 102 |
| Binary | 1111001 | 1101001 | 11100111 | 110000 | 110111 | 0 | 1001 | 11111000 | 1001000 | 1000010 |
Color Harmonies of #7969E7
Complementary color
Monochromatic Colors of #7969E7
Black with #7969E7
Text Example
Text Example
White with #7969E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7969E7; }
p { color: rgb(121,105,231); }
H1.HeaderClassName
{
color: #7969E7;
}
.AnyTagClassName
{
color: #7969E7;
}
</style>
background-color css
<style>
a { background-color: #7969E7; }
a { background-color: rgb(121,105,231); }
div.DivClassName
{
background-color: #7969E7;
}
.BgClassName
{
background-color: #7969E7;
}
</style>
border-color css
<style>
span { border-color: #7969E7; }
span { border-color: rgb(121,105,231); }
td.TdClassName
{
border-color: #7969E7;
}
.TagClassName
{
border-color: #7969E7;
}
</style>