Shades of Medium Slate Blue #777ADF
Tints of Medium Slate Blue #777ADF
RGB
CMYK
RGB Variations
Color information
#777ADF (or 0x777ADF) is known color: Medium Slate Blue. HEX triplet: 77, 7A and DF. RGB value is (119,122,223). Sum of RGB (Red+Green+Blue) = 119+122+223=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #777ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ADF is #888520. Grayscale: #848484. Windows color (decimal): -8946977 or 14645879. OLE color: 14645879.
HSL color Cylindrical-coordinate representation of color #777ADF: hue angle of 238.27º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777ADF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 122 | 223 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.13 |
| HSL | 238.27º | 0.62% | 0.67% | - |
| HSV(B) | 238.27º | 0.47% | 0.87% | - |
| XYZ | 27.89 | 23.17 | 72.81 | - |
| YUV | 132.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 223 | 0.47 | 0.45 | 0 | 0.13 | 238.27 | 0.62 | 0.67 |
| Hex | 77 | 7A | DF | 2F | 2D | 0 | D | EE | 3E | 43 |
| Octal | 167 | 172 | 337 | 57 | 55 | 0 | 15 | 356 | 76 | 103 |
| Binary | 1110111 | 1111010 | 11011111 | 101111 | 101101 | 0 | 1101 | 11101110 | 111110 | 1000011 |
Color Harmonies of #777ADF
Complementary color
Monochromatic Colors of #777ADF
Black with #777ADF
Text Example
Text Example
White with #777ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777ADF; }
p { color: rgb(119,122,223); }
H1.HeaderClassName
{
color: #777ADF;
}
.AnyTagClassName
{
color: #777ADF;
}
</style>
background-color css
<style>
a { background-color: #777ADF; }
a { background-color: rgb(119,122,223); }
div.DivClassName
{
background-color: #777ADF;
}
.BgClassName
{
background-color: #777ADF;
}
</style>
border-color css
<style>
span { border-color: #777ADF; }
span { border-color: rgb(119,122,223); }
td.TdClassName
{
border-color: #777ADF;
}
.TagClassName
{
border-color: #777ADF;
}
</style>