Shades of Medium Slate Blue #7777DD
Tints of Medium Slate Blue #7777DD
RGB
CMYK
RGB Variations
Color information
#7777DD (or 0x7777DD) is known color: Medium Slate Blue. HEX triplet: 77, 77 and DD. RGB value is (119,119,221). Sum of RGB (Red+Green+Blue) = 119+119+221=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #7777DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7777DD is #888822. Grayscale: #828282. Windows color (decimal): -8947747 or 14514039. OLE color: 14514039.
HSL color Cylindrical-coordinate representation of color #7777DD: hue angle of 240º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7777DD is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 119 | 221 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.13 |
| HSL | 240º | 0.6% | 0.67% | - |
| HSV(B) | 240º | 0.46% | 0.87% | - |
| XYZ | 27.26 | 22.34 | 71.28 | - |
| YUV | 130.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 221 | 0.46 | 0.46 | 0 | 0.13 | 240 | 0.6 | 0.67 |
| Hex | 77 | 77 | DD | 2E | 2E | 0 | D | F0 | 3C | 43 |
| Octal | 167 | 167 | 335 | 56 | 56 | 0 | 15 | 360 | 74 | 103 |
| Binary | 1110111 | 1110111 | 11011101 | 101110 | 101110 | 0 | 1101 | 11110000 | 111100 | 1000011 |
Color Harmonies of #7777DD
Complementary color
Monochromatic Colors of #7777DD
Black with #7777DD
Text Example
Text Example
White with #7777DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7777DD; }
p { color: rgb(119,119,221); }
H1.HeaderClassName
{
color: #7777DD;
}
.AnyTagClassName
{
color: #7777DD;
}
</style>
background-color css
<style>
a { background-color: #7777DD; }
a { background-color: rgb(119,119,221); }
div.DivClassName
{
background-color: #7777DD;
}
.BgClassName
{
background-color: #7777DD;
}
</style>
border-color css
<style>
span { border-color: #7777DD; }
span { border-color: rgb(119,119,221); }
td.TdClassName
{
border-color: #7777DD;
}
.TagClassName
{
border-color: #7777DD;
}
</style>