Shades of Medium Slate Blue #7772DD
Tints of Medium Slate Blue #7772DD
RGB
CMYK
RGB Variations
Color information
#7772DD (or 0x7772DD) is known color: Medium Slate Blue. HEX triplet: 77, 72 and DD. RGB value is (119,114,221). Sum of RGB (Red+Green+Blue) = 119+114+221=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 114 (44.92% from 255 or 25.11% 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 #7772DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7772DD is #888D22. Grayscale: #7F7F7F. Windows color (decimal): -8949027 or 14512759. OLE color: 14512759.
HSL color Cylindrical-coordinate representation of color #7772DD: hue angle of 242.8º 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 #7772DD is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 114 | 221 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.13 |
| HSL | 242.8º | 0.61% | 0.66% | - |
| HSV(B) | 242.8º | 0.48% | 0.87% | - |
| XYZ | 26.68 | 21.18 | 71.09 | - |
| YUV | 127.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 221 | 0.46 | 0.48 | 0 | 0.13 | 242.8 | 0.61 | 0.66 |
| Hex | 77 | 72 | DD | 2E | 30 | 0 | D | F3 | 3D | 42 |
| Octal | 167 | 162 | 335 | 56 | 60 | 0 | 15 | 363 | 75 | 102 |
| Binary | 1110111 | 1110010 | 11011101 | 101110 | 110000 | 0 | 1101 | 11110011 | 111101 | 1000010 |
Color Harmonies of #7772DD
Complementary color
Monochromatic Colors of #7772DD
Black with #7772DD
Text Example
Text Example
White with #7772DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7772DD; }
p { color: rgb(119,114,221); }
H1.HeaderClassName
{
color: #7772DD;
}
.AnyTagClassName
{
color: #7772DD;
}
</style>
background-color css
<style>
a { background-color: #7772DD; }
a { background-color: rgb(119,114,221); }
div.DivClassName
{
background-color: #7772DD;
}
.BgClassName
{
background-color: #7772DD;
}
</style>
border-color css
<style>
span { border-color: #7772DD; }
span { border-color: rgb(119,114,221); }
td.TdClassName
{
border-color: #7772DD;
}
.TagClassName
{
border-color: #7772DD;
}
</style>