Shades of Medium Slate Blue #7763DF
Tints of Medium Slate Blue #7763DF
RGB
CMYK
RGB Variations
Color information
#7763DF (or 0x7763DF) is known color: Medium Slate Blue. HEX triplet: 77, 63 and DF. RGB value is (119,99,223). Sum of RGB (Red+Green+Blue) = 119+99+223=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #7763DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7763DF is #889C20. Grayscale: #767676. Windows color (decimal): -8952865 or 14639991. OLE color: 14639991.
HSL color Cylindrical-coordinate representation of color #7763DF: hue angle of 249.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7763DF is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 99 | 223 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.13 |
| HSL | 249.68º | 0.66% | 0.63% | - |
| HSV(B) | 249.68º | 0.56% | 0.87% | - |
| XYZ | 25.39 | 18.17 | 71.98 | - |
| YUV | 119.12 | 186.63 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 223 | 0.47 | 0.56 | 0 | 0.13 | 249.68 | 0.66 | 0.63 |
| Hex | 77 | 63 | DF | 2F | 38 | 0 | D | FA | 42 | 3F |
| Octal | 167 | 143 | 337 | 57 | 70 | 0 | 15 | 372 | 102 | 77 |
| Binary | 1110111 | 1100011 | 11011111 | 101111 | 111000 | 0 | 1101 | 11111010 | 1000010 | 111111 |
Color Harmonies of #7763DF
Complementary color
Monochromatic Colors of #7763DF
Black with #7763DF
Text Example
Text Example
White with #7763DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7763DF; }
p { color: rgb(119,99,223); }
H1.HeaderClassName
{
color: #7763DF;
}
.AnyTagClassName
{
color: #7763DF;
}
</style>
background-color css
<style>
a { background-color: #7763DF; }
a { background-color: rgb(119,99,223); }
div.DivClassName
{
background-color: #7763DF;
}
.BgClassName
{
background-color: #7763DF;
}
</style>
border-color css
<style>
span { border-color: #7763DF; }
span { border-color: rgb(119,99,223); }
td.TdClassName
{
border-color: #7763DF;
}
.TagClassName
{
border-color: #7763DF;
}
</style>