Shades of Medium Slate Blue #7273DD
Tints of Medium Slate Blue #7273DD
RGB
CMYK
RGB Variations
Color information
#7273DD (or 0x7273DD) is known color: Medium Slate Blue. HEX triplet: 72, 73 and DD. RGB value is (114,115,221). Sum of RGB (Red+Green+Blue) = 114+115+221=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #7273DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273DD is #8D8C22. Grayscale: #7E7E7E. Windows color (decimal): -9276451 or 14513010. OLE color: 14513010.
HSL color Cylindrical-coordinate representation of color #7273DD: hue angle of 239.44º 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 #7273DD is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 115 | 221 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.13 |
| HSL | 239.44º | 0.61% | 0.66% | - |
| HSV(B) | 239.44º | 0.48% | 0.87% | - |
| XYZ | 26.12 | 21.06 | 71.09 | - |
| YUV | 126.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 221 | 0.48 | 0.48 | 0 | 0.13 | 239.44 | 0.61 | 0.66 |
| Hex | 72 | 73 | DD | 30 | 30 | 0 | D | EF | 3D | 42 |
| Octal | 162 | 163 | 335 | 60 | 60 | 0 | 15 | 357 | 75 | 102 |
| Binary | 1110010 | 1110011 | 11011101 | 110000 | 110000 | 0 | 1101 | 11101111 | 111101 | 1000010 |
Color Harmonies of #7273DD
Complementary color
Monochromatic Colors of #7273DD
Black with #7273DD
Text Example
Text Example
White with #7273DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7273DD; }
p { color: rgb(114,115,221); }
H1.HeaderClassName
{
color: #7273DD;
}
.AnyTagClassName
{
color: #7273DD;
}
</style>
background-color css
<style>
a { background-color: #7273DD; }
a { background-color: rgb(114,115,221); }
div.DivClassName
{
background-color: #7273DD;
}
.BgClassName
{
background-color: #7273DD;
}
</style>
border-color css
<style>
span { border-color: #7273DD; }
span { border-color: rgb(114,115,221); }
td.TdClassName
{
border-color: #7273DD;
}
.TagClassName
{
border-color: #7273DD;
}
</style>