Shades of Medium Slate Blue #7273DB
Tints of Medium Slate Blue #7273DB
RGB
CMYK
RGB Variations
Color information
#7273DB (or 0x7273DB) is known color: Medium Slate Blue. HEX triplet: 72, 73 and DB. RGB value is (114,115,219). Sum of RGB (Red+Green+Blue) = 114+115+219=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #7273DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273DB is #8D8C24. Grayscale: #7E7E7E. Windows color (decimal): -9276453 or 14381938. OLE color: 14381938.
HSL color Cylindrical-coordinate representation of color #7273DB: hue angle of 239.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7273DB is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 115 | 219 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.14 |
| HSL | 239.43º | 0.59% | 0.65% | - |
| HSV(B) | 239.43º | 0.48% | 0.86% | - |
| XYZ | 25.86 | 20.95 | 69.7 | - |
| YUV | 126.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 219 | 0.48 | 0.47 | 0 | 0.14 | 239.43 | 0.59 | 0.65 |
| Hex | 72 | 73 | DB | 30 | 2F | 0 | E | EF | 3B | 41 |
| Octal | 162 | 163 | 333 | 60 | 57 | 0 | 16 | 357 | 73 | 101 |
| Binary | 1110010 | 1110011 | 11011011 | 110000 | 101111 | 0 | 1110 | 11101111 | 111011 | 1000001 |
Color Harmonies of #7273DB
Complementary color
Monochromatic Colors of #7273DB
Black with #7273DB
Text Example
Text Example
White with #7273DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7273DB; }
p { color: rgb(114,115,219); }
H1.HeaderClassName
{
color: #7273DB;
}
.AnyTagClassName
{
color: #7273DB;
}
</style>
background-color css
<style>
a { background-color: #7273DB; }
a { background-color: rgb(114,115,219); }
div.DivClassName
{
background-color: #7273DB;
}
.BgClassName
{
background-color: #7273DB;
}
</style>
border-color css
<style>
span { border-color: #7273DB; }
span { border-color: rgb(114,115,219); }
td.TdClassName
{
border-color: #7273DB;
}
.TagClassName
{
border-color: #7273DB;
}
</style>