Shades of Medium Slate Blue #7274DB
Tints of Medium Slate Blue #7274DB
RGB
CMYK
RGB Variations
Color information
#7274DB (or 0x7274DB) is known color: Medium Slate Blue. HEX triplet: 72, 74 and DB. RGB value is (114,116,219). Sum of RGB (Red+Green+Blue) = 114+116+219=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #7274DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274DB is #8D8B24. Grayscale: #7E7E7E. Windows color (decimal): -9276197 or 14382194. OLE color: 14382194.
HSL color Cylindrical-coordinate representation of color #7274DB: hue angle of 238.86º 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 #7274DB is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 116 | 219 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.14 |
| HSL | 238.86º | 0.59% | 0.65% | - |
| HSV(B) | 238.86º | 0.48% | 0.86% | - |
| XYZ | 25.97 | 21.18 | 69.74 | - |
| YUV | 127.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 219 | 0.48 | 0.47 | 0 | 0.14 | 238.86 | 0.59 | 0.65 |
| Hex | 72 | 74 | DB | 30 | 2F | 0 | E | EF | 3B | 41 |
| Octal | 162 | 164 | 333 | 60 | 57 | 0 | 16 | 357 | 73 | 101 |
| Binary | 1110010 | 1110100 | 11011011 | 110000 | 101111 | 0 | 1110 | 11101111 | 111011 | 1000001 |
Color Harmonies of #7274DB
Complementary color
Monochromatic Colors of #7274DB
Black with #7274DB
Text Example
Text Example
White with #7274DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7274DB; }
p { color: rgb(114,116,219); }
H1.HeaderClassName
{
color: #7274DB;
}
.AnyTagClassName
{
color: #7274DB;
}
</style>
background-color css
<style>
a { background-color: #7274DB; }
a { background-color: rgb(114,116,219); }
div.DivClassName
{
background-color: #7274DB;
}
.BgClassName
{
background-color: #7274DB;
}
</style>
border-color css
<style>
span { border-color: #7274DB; }
span { border-color: rgb(114,116,219); }
td.TdClassName
{
border-color: #7274DB;
}
.TagClassName
{
border-color: #7274DB;
}
</style>