Shades of Medium Slate Blue #7279DD
Tints of Medium Slate Blue #7279DD
RGB
CMYK
RGB Variations
Color information
#7279DD (or 0x7279DD) is known color: Medium Slate Blue. HEX triplet: 72, 79 and DD. RGB value is (114,121,221). Sum of RGB (Red+Green+Blue) = 114+121+221=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #7279DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279DD is #8D8622. Grayscale: #818181. Windows color (decimal): -9274915 or 14514546. OLE color: 14514546.
HSL color Cylindrical-coordinate representation of color #7279DD: hue angle of 236.07º degrees, saturation: 0.61, 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 #7279DD is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 121 | 221 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.13 |
| HSL | 236.07º | 0.61% | 0.66% | - |
| HSV(B) | 236.07º | 0.48% | 0.87% | - |
| XYZ | 26.83 | 22.47 | 71.33 | - |
| YUV | 130.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 221 | 0.48 | 0.45 | 0 | 0.13 | 236.07 | 0.61 | 0.66 |
| Hex | 72 | 79 | DD | 30 | 2D | 0 | D | EC | 3D | 42 |
| Octal | 162 | 171 | 335 | 60 | 55 | 0 | 15 | 354 | 75 | 102 |
| Binary | 1110010 | 1111001 | 11011101 | 110000 | 101101 | 0 | 1101 | 11101100 | 111101 | 1000010 |
Color Harmonies of #7279DD
Complementary color
Monochromatic Colors of #7279DD
Black with #7279DD
Text Example
Text Example
White with #7279DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7279DD; }
p { color: rgb(114,121,221); }
H1.HeaderClassName
{
color: #7279DD;
}
.AnyTagClassName
{
color: #7279DD;
}
</style>
background-color css
<style>
a { background-color: #7279DD; }
a { background-color: rgb(114,121,221); }
div.DivClassName
{
background-color: #7279DD;
}
.BgClassName
{
background-color: #7279DD;
}
</style>
border-color css
<style>
span { border-color: #7279DD; }
span { border-color: rgb(114,121,221); }
td.TdClassName
{
border-color: #7279DD;
}
.TagClassName
{
border-color: #7279DD;
}
</style>