Shades of Medium Slate Blue #7277DD
Tints of Medium Slate Blue #7277DD
RGB
CMYK
RGB Variations
Color information
#7277DD (or 0x7277DD) is known color: Medium Slate Blue. HEX triplet: 72, 77 and DD. RGB value is (114,119,221). Sum of RGB (Red+Green+Blue) = 114+119+221=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #7277DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277DD is #8D8822. Grayscale: #808080. Windows color (decimal): -9275427 or 14514034. OLE color: 14514034.
HSL color Cylindrical-coordinate representation of color #7277DD: hue angle of 237.2º 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 #7277DD is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 119 | 221 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.13 |
| HSL | 237.2º | 0.61% | 0.66% | - |
| HSV(B) | 237.2º | 0.48% | 0.87% | - |
| XYZ | 26.59 | 21.99 | 71.25 | - |
| YUV | 129.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 221 | 0.48 | 0.46 | 0 | 0.13 | 237.2 | 0.61 | 0.66 |
| Hex | 72 | 77 | DD | 30 | 2E | 0 | D | ED | 3D | 42 |
| Octal | 162 | 167 | 335 | 60 | 56 | 0 | 15 | 355 | 75 | 102 |
| Binary | 1110010 | 1110111 | 11011101 | 110000 | 101110 | 0 | 1101 | 11101101 | 111101 | 1000010 |
Color Harmonies of #7277DD
Complementary color
Monochromatic Colors of #7277DD
Black with #7277DD
Text Example
Text Example
White with #7277DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7277DD; }
p { color: rgb(114,119,221); }
H1.HeaderClassName
{
color: #7277DD;
}
.AnyTagClassName
{
color: #7277DD;
}
</style>
background-color css
<style>
a { background-color: #7277DD; }
a { background-color: rgb(114,119,221); }
div.DivClassName
{
background-color: #7277DD;
}
.BgClassName
{
background-color: #7277DD;
}
</style>
border-color css
<style>
span { border-color: #7277DD; }
span { border-color: rgb(114,119,221); }
td.TdClassName
{
border-color: #7277DD;
}
.TagClassName
{
border-color: #7277DD;
}
</style>