Shades of Medium Slate Blue #7271DB
Tints of Medium Slate Blue #7271DB
RGB
CMYK
RGB Variations
Color information
#7271DB (or 0x7271DB) is known color: Medium Slate Blue. HEX triplet: 72, 71 and DB. RGB value is (114,113,219). Sum of RGB (Red+Green+Blue) = 114+113+219=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #7271DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271DB is #8D8E24. Grayscale: #7C7C7C. Windows color (decimal): -9276965 or 14381426. OLE color: 14381426.
HSL color Cylindrical-coordinate representation of color #7271DB: hue angle of 240.57º degrees, saturation: 0.6, 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 #7271DB is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 113 | 219 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.14 |
| HSL | 240.57º | 0.6% | 0.65% | - |
| HSV(B) | 240.57º | 0.48% | 0.86% | - |
| XYZ | 25.63 | 20.5 | 69.62 | - |
| YUV | 125.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 219 | 0.48 | 0.48 | 0 | 0.14 | 240.57 | 0.6 | 0.65 |
| Hex | 72 | 71 | DB | 30 | 30 | 0 | E | F1 | 3C | 41 |
| Octal | 162 | 161 | 333 | 60 | 60 | 0 | 16 | 361 | 74 | 101 |
| Binary | 1110010 | 1110001 | 11011011 | 110000 | 110000 | 0 | 1110 | 11110001 | 111100 | 1000001 |
Color Harmonies of #7271DB
Complementary color
Monochromatic Colors of #7271DB
Black with #7271DB
Text Example
Text Example
White with #7271DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7271DB; }
p { color: rgb(114,113,219); }
H1.HeaderClassName
{
color: #7271DB;
}
.AnyTagClassName
{
color: #7271DB;
}
</style>
background-color css
<style>
a { background-color: #7271DB; }
a { background-color: rgb(114,113,219); }
div.DivClassName
{
background-color: #7271DB;
}
.BgClassName
{
background-color: #7271DB;
}
</style>
border-color css
<style>
span { border-color: #7271DB; }
span { border-color: rgb(114,113,219); }
td.TdClassName
{
border-color: #7271DB;
}
.TagClassName
{
border-color: #7271DB;
}
</style>