Shades of Medium Slate Blue #7776DF
Tints of Medium Slate Blue #7776DF
RGB
CMYK
RGB Variations
Color information
#7776DF (or 0x7776DF) is known color: Medium Slate Blue. HEX triplet: 77, 76 and DF. RGB value is (119,118,223). Sum of RGB (Red+Green+Blue) = 119+118+223=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #7776DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776DF is #888920. Grayscale: #818181. Windows color (decimal): -8948001 or 14644855. OLE color: 14644855.
HSL color Cylindrical-coordinate representation of color #7776DF: hue angle of 240.57º 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 #7776DF is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 118 | 223 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.13 |
| HSL | 240.57º | 0.62% | 0.67% | - |
| HSV(B) | 240.57º | 0.47% | 0.87% | - |
| XYZ | 27.41 | 22.21 | 72.65 | - |
| YUV | 130.27 | 180.33 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 223 | 0.47 | 0.47 | 0 | 0.13 | 240.57 | 0.62 | 0.67 |
| Hex | 77 | 76 | DF | 2F | 2F | 0 | D | F1 | 3E | 43 |
| Octal | 167 | 166 | 337 | 57 | 57 | 0 | 15 | 361 | 76 | 103 |
| Binary | 1110111 | 1110110 | 11011111 | 101111 | 101111 | 0 | 1101 | 11110001 | 111110 | 1000011 |
Color Harmonies of #7776DF
Complementary color
Monochromatic Colors of #7776DF
Black with #7776DF
Text Example
Text Example
White with #7776DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7776DF; }
p { color: rgb(119,118,223); }
H1.HeaderClassName
{
color: #7776DF;
}
.AnyTagClassName
{
color: #7776DF;
}
</style>
background-color css
<style>
a { background-color: #7776DF; }
a { background-color: rgb(119,118,223); }
div.DivClassName
{
background-color: #7776DF;
}
.BgClassName
{
background-color: #7776DF;
}
</style>
border-color css
<style>
span { border-color: #7776DF; }
span { border-color: rgb(119,118,223); }
td.TdClassName
{
border-color: #7776DF;
}
.TagClassName
{
border-color: #7776DF;
}
</style>