Shades of Medium Slate Blue #7276DD
Tints of Medium Slate Blue #7276DD
RGB
CMYK
RGB Variations
Color information
#7276DD (or 0x7276DD) is known color: Medium Slate Blue. HEX triplet: 72, 76 and DD. RGB value is (114,118,221). Sum of RGB (Red+Green+Blue) = 114+118+221=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #7276DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276DD is #8D8922. Grayscale: #808080. Windows color (decimal): -9275683 or 14513778. OLE color: 14513778.
HSL color Cylindrical-coordinate representation of color #7276DD: hue angle of 237.76º 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 #7276DD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 118 | 221 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.13 |
| HSL | 237.76º | 0.61% | 0.66% | - |
| HSV(B) | 237.76º | 0.48% | 0.87% | - |
| XYZ | 26.47 | 21.75 | 71.21 | - |
| YUV | 128.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 221 | 0.48 | 0.47 | 0 | 0.13 | 237.76 | 0.61 | 0.66 |
| Hex | 72 | 76 | DD | 30 | 2F | 0 | D | EE | 3D | 42 |
| Octal | 162 | 166 | 335 | 60 | 57 | 0 | 15 | 356 | 75 | 102 |
| Binary | 1110010 | 1110110 | 11011101 | 110000 | 101111 | 0 | 1101 | 11101110 | 111101 | 1000010 |
Color Harmonies of #7276DD
Complementary color
Monochromatic Colors of #7276DD
Black with #7276DD
Text Example
Text Example
White with #7276DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7276DD; }
p { color: rgb(114,118,221); }
H1.HeaderClassName
{
color: #7276DD;
}
.AnyTagClassName
{
color: #7276DD;
}
</style>
background-color css
<style>
a { background-color: #7276DD; }
a { background-color: rgb(114,118,221); }
div.DivClassName
{
background-color: #7276DD;
}
.BgClassName
{
background-color: #7276DD;
}
</style>
border-color css
<style>
span { border-color: #7276DD; }
span { border-color: rgb(114,118,221); }
td.TdClassName
{
border-color: #7276DD;
}
.TagClassName
{
border-color: #7276DD;
}
</style>