Shades of Medium Slate Blue #777BDF
Tints of Medium Slate Blue #777BDF
RGB
CMYK
RGB Variations
Color information
#777BDF (or 0x777BDF) is known color: Medium Slate Blue. HEX triplet: 77, 7B and DF. RGB value is (119,123,223). Sum of RGB (Red+Green+Blue) = 119+123+223=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #777BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BDF is #888420. Grayscale: #848484. Windows color (decimal): -8946721 or 14646135. OLE color: 14646135.
HSL color Cylindrical-coordinate representation of color #777BDF: hue angle of 237.69º 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 #777BDF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 123 | 223 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.13 |
| HSL | 237.69º | 0.62% | 0.67% | - |
| HSV(B) | 237.69º | 0.47% | 0.87% | - |
| XYZ | 28.01 | 23.42 | 72.86 | - |
| YUV | 133.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 223 | 0.47 | 0.45 | 0 | 0.13 | 237.69 | 0.62 | 0.67 |
| Hex | 77 | 7B | DF | 2F | 2D | 0 | D | EE | 3E | 43 |
| Octal | 167 | 173 | 337 | 57 | 55 | 0 | 15 | 356 | 76 | 103 |
| Binary | 1110111 | 1111011 | 11011111 | 101111 | 101101 | 0 | 1101 | 11101110 | 111110 | 1000011 |
Color Harmonies of #777BDF
Complementary color
Monochromatic Colors of #777BDF
Black with #777BDF
Text Example
Text Example
White with #777BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BDF; }
p { color: rgb(119,123,223); }
H1.HeaderClassName
{
color: #777BDF;
}
.AnyTagClassName
{
color: #777BDF;
}
</style>
background-color css
<style>
a { background-color: #777BDF; }
a { background-color: rgb(119,123,223); }
div.DivClassName
{
background-color: #777BDF;
}
.BgClassName
{
background-color: #777BDF;
}
</style>
border-color css
<style>
span { border-color: #777BDF; }
span { border-color: rgb(119,123,223); }
td.TdClassName
{
border-color: #777BDF;
}
.TagClassName
{
border-color: #777BDF;
}
</style>