Shades of Medium Slate Blue #7277DB
Tints of Medium Slate Blue #7277DB
RGB
CMYK
RGB Variations
Color information
#7277DB (or 0x7277DB) is known color: Medium Slate Blue. HEX triplet: 72, 77 and DB. RGB value is (114,119,219). Sum of RGB (Red+Green+Blue) = 114+119+219=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #7277DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277DB is #8D8824. Grayscale: #808080. Windows color (decimal): -9275429 or 14382962. OLE color: 14382962.
HSL color Cylindrical-coordinate representation of color #7277DB: hue angle of 237.14º 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 #7277DB is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 119 | 219 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.14 |
| HSL | 237.14º | 0.59% | 0.65% | - |
| HSV(B) | 237.14º | 0.48% | 0.86% | - |
| XYZ | 26.32 | 21.89 | 69.85 | - |
| YUV | 128.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 219 | 0.48 | 0.46 | 0 | 0.14 | 237.14 | 0.59 | 0.65 |
| Hex | 72 | 77 | DB | 30 | 2E | 0 | E | ED | 3B | 41 |
| Octal | 162 | 167 | 333 | 60 | 56 | 0 | 16 | 355 | 73 | 101 |
| Binary | 1110010 | 1110111 | 11011011 | 110000 | 101110 | 0 | 1110 | 11101101 | 111011 | 1000001 |
Color Harmonies of #7277DB
Complementary color
Monochromatic Colors of #7277DB
Black with #7277DB
Text Example
Text Example
White with #7277DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7277DB; }
p { color: rgb(114,119,219); }
H1.HeaderClassName
{
color: #7277DB;
}
.AnyTagClassName
{
color: #7277DB;
}
</style>
background-color css
<style>
a { background-color: #7277DB; }
a { background-color: rgb(114,119,219); }
div.DivClassName
{
background-color: #7277DB;
}
.BgClassName
{
background-color: #7277DB;
}
</style>
border-color css
<style>
span { border-color: #7277DB; }
span { border-color: rgb(114,119,219); }
td.TdClassName
{
border-color: #7277DB;
}
.TagClassName
{
border-color: #7277DB;
}
</style>