Shades of Medium Slate Blue #7661DF
Tints of Medium Slate Blue #7661DF
RGB
CMYK
RGB Variations
Color information
#7661DF (or 0x7661DF) is known color: Medium Slate Blue. HEX triplet: 76, 61 and DF. RGB value is (118,97,223). Sum of RGB (Red+Green+Blue) = 118+97+223=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 97 (38.28% from 255 or 22.15% 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 #7661DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7661DF is #899E20. Grayscale: #757575. Windows color (decimal): -9018913 or 14639478. OLE color: 14639478.
HSL color Cylindrical-coordinate representation of color #7661DF: hue angle of 250º 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 #7661DF is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 97 | 223 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.13 |
| HSL | 250º | 0.66% | 0.63% | - |
| HSV(B) | 250º | 0.57% | 0.87% | - |
| XYZ | 25.07 | 17.73 | 71.91 | - |
| YUV | 117.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 223 | 0.47 | 0.57 | 0 | 0.13 | 250 | 0.66 | 0.63 |
| Hex | 76 | 61 | DF | 2F | 39 | 0 | D | FA | 42 | 3F |
| Octal | 166 | 141 | 337 | 57 | 71 | 0 | 15 | 372 | 102 | 77 |
| Binary | 1110110 | 1100001 | 11011111 | 101111 | 111001 | 0 | 1101 | 11111010 | 1000010 | 111111 |
Color Harmonies of #7661DF
Complementary color
Monochromatic Colors of #7661DF
Black with #7661DF
Text Example
Text Example
White with #7661DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7661DF; }
p { color: rgb(118,97,223); }
H1.HeaderClassName
{
color: #7661DF;
}
.AnyTagClassName
{
color: #7661DF;
}
</style>
background-color css
<style>
a { background-color: #7661DF; }
a { background-color: rgb(118,97,223); }
div.DivClassName
{
background-color: #7661DF;
}
.BgClassName
{
background-color: #7661DF;
}
</style>
border-color css
<style>
span { border-color: #7661DF; }
span { border-color: rgb(118,97,223); }
td.TdClassName
{
border-color: #7661DF;
}
.TagClassName
{
border-color: #7661DF;
}
</style>