Shades of Medium Slate Blue #7275DD
Tints of Medium Slate Blue #7275DD
RGB
CMYK
RGB Variations
Color information
#7275DD (or 0x7275DD) is known color: Medium Slate Blue. HEX triplet: 72, 75 and DD. RGB value is (114,117,221). Sum of RGB (Red+Green+Blue) = 114+117+221=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #7275DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275DD is #8D8A22. Grayscale: #7F7F7F. Windows color (decimal): -9275939 or 14513522. OLE color: 14513522.
HSL color Cylindrical-coordinate representation of color #7275DD: hue angle of 238.32º 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 #7275DD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 117 | 221 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.13 |
| HSL | 238.32º | 0.61% | 0.66% | - |
| HSV(B) | 238.32º | 0.48% | 0.87% | - |
| XYZ | 26.35 | 21.52 | 71.17 | - |
| YUV | 127.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 221 | 0.48 | 0.47 | 0 | 0.13 | 238.32 | 0.61 | 0.66 |
| Hex | 72 | 75 | DD | 30 | 2F | 0 | D | EE | 3D | 42 |
| Octal | 162 | 165 | 335 | 60 | 57 | 0 | 15 | 356 | 75 | 102 |
| Binary | 1110010 | 1110101 | 11011101 | 110000 | 101111 | 0 | 1101 | 11101110 | 111101 | 1000010 |
Color Harmonies of #7275DD
Complementary color
Monochromatic Colors of #7275DD
Black with #7275DD
Text Example
Text Example
White with #7275DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7275DD; }
p { color: rgb(114,117,221); }
H1.HeaderClassName
{
color: #7275DD;
}
.AnyTagClassName
{
color: #7275DD;
}
</style>
background-color css
<style>
a { background-color: #7275DD; }
a { background-color: rgb(114,117,221); }
div.DivClassName
{
background-color: #7275DD;
}
.BgClassName
{
background-color: #7275DD;
}
</style>
border-color css
<style>
span { border-color: #7275DD; }
span { border-color: rgb(114,117,221); }
td.TdClassName
{
border-color: #7275DD;
}
.TagClassName
{
border-color: #7275DD;
}
</style>