Shades of Medium Slate Blue #7762DF
Tints of Medium Slate Blue #7762DF
RGB
CMYK
RGB Variations
Color information
#7762DF (or 0x7762DF) is known color: Medium Slate Blue. HEX triplet: 77, 62 and DF. RGB value is (119,98,223). Sum of RGB (Red+Green+Blue) = 119+98+223=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #7762DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7762DF is #889D20. Grayscale: #767676. Windows color (decimal): -8953121 or 14639735. OLE color: 14639735.
HSL color Cylindrical-coordinate representation of color #7762DF: hue angle of 250.08º 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 #7762DF is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 98 | 223 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.13 |
| HSL | 250.08º | 0.66% | 0.63% | - |
| HSV(B) | 250.08º | 0.56% | 0.87% | - |
| XYZ | 25.29 | 17.99 | 71.95 | - |
| YUV | 118.53 | 186.96 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 223 | 0.47 | 0.56 | 0 | 0.13 | 250.08 | 0.66 | 0.63 |
| Hex | 77 | 62 | DF | 2F | 38 | 0 | D | FA | 42 | 3F |
| Octal | 167 | 142 | 337 | 57 | 70 | 0 | 15 | 372 | 102 | 77 |
| Binary | 1110111 | 1100010 | 11011111 | 101111 | 111000 | 0 | 1101 | 11111010 | 1000010 | 111111 |
Color Harmonies of #7762DF
Complementary color
Monochromatic Colors of #7762DF
Black with #7762DF
Text Example
Text Example
White with #7762DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7762DF; }
p { color: rgb(119,98,223); }
H1.HeaderClassName
{
color: #7762DF;
}
.AnyTagClassName
{
color: #7762DF;
}
</style>
background-color css
<style>
a { background-color: #7762DF; }
a { background-color: rgb(119,98,223); }
div.DivClassName
{
background-color: #7762DF;
}
.BgClassName
{
background-color: #7762DF;
}
</style>
border-color css
<style>
span { border-color: #7762DF; }
span { border-color: rgb(119,98,223); }
td.TdClassName
{
border-color: #7762DF;
}
.TagClassName
{
border-color: #7762DF;
}
</style>