Shades of Medium Slate Blue #7760DF
Tints of Medium Slate Blue #7760DF
RGB
CMYK
RGB Variations
Color information
#7760DF (or 0x7760DF) is known color: Medium Slate Blue. HEX triplet: 77, 60 and DF. RGB value is (119,96,223). Sum of RGB (Red+Green+Blue) = 119+96+223=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #7760DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760DF is #889F20. Grayscale: #747474. Windows color (decimal): -8953633 or 14639223. OLE color: 14639223.
HSL color Cylindrical-coordinate representation of color #7760DF: hue angle of 250.87º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7760DF is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 96 | 223 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.13 |
| HSL | 250.87º | 0.66% | 0.63% | - |
| HSV(B) | 250.87º | 0.57% | 0.87% | - |
| XYZ | 25.11 | 17.62 | 71.89 | - |
| YUV | 117.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 223 | 0.47 | 0.57 | 0 | 0.13 | 250.87 | 0.66 | 0.63 |
| Hex | 77 | 60 | DF | 2F | 39 | 0 | D | FB | 42 | 3F |
| Octal | 167 | 140 | 337 | 57 | 71 | 0 | 15 | 373 | 102 | 77 |
| Binary | 1110111 | 1100000 | 11011111 | 101111 | 111001 | 0 | 1101 | 11111011 | 1000010 | 111111 |
Color Harmonies of #7760DF
Complementary color
Monochromatic Colors of #7760DF
Black with #7760DF
Text Example
Text Example
White with #7760DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7760DF; }
p { color: rgb(119,96,223); }
H1.HeaderClassName
{
color: #7760DF;
}
.AnyTagClassName
{
color: #7760DF;
}
</style>
background-color css
<style>
a { background-color: #7760DF; }
a { background-color: rgb(119,96,223); }
div.DivClassName
{
background-color: #7760DF;
}
.BgClassName
{
background-color: #7760DF;
}
</style>
border-color css
<style>
span { border-color: #7760DF; }
span { border-color: rgb(119,96,223); }
td.TdClassName
{
border-color: #7760DF;
}
.TagClassName
{
border-color: #7760DF;
}
</style>