Shades of Medium Slate Blue #7663DF
Tints of Medium Slate Blue #7663DF
RGB
CMYK
RGB Variations
Color information
#7663DF (or 0x7663DF) is known color: Medium Slate Blue. HEX triplet: 76, 63 and DF. RGB value is (118,99,223). Sum of RGB (Red+Green+Blue) = 118+99+223=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 99 (39.06% from 255 or 22.5% 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 #7663DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663DF is #899C20. Grayscale: #767676. Windows color (decimal): -9018401 or 14639990. OLE color: 14639990.
HSL color Cylindrical-coordinate representation of color #7663DF: hue angle of 249.19º 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 #7663DF is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 99 | 223 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.13 |
| HSL | 249.19º | 0.66% | 0.63% | - |
| HSV(B) | 249.19º | 0.56% | 0.87% | - |
| XYZ | 25.25 | 18.1 | 71.98 | - |
| YUV | 118.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 223 | 0.47 | 0.56 | 0 | 0.13 | 249.19 | 0.66 | 0.63 |
| Hex | 76 | 63 | DF | 2F | 38 | 0 | D | F9 | 42 | 3F |
| Octal | 166 | 143 | 337 | 57 | 70 | 0 | 15 | 371 | 102 | 77 |
| Binary | 1110110 | 1100011 | 11011111 | 101111 | 111000 | 0 | 1101 | 11111001 | 1000010 | 111111 |
Color Harmonies of #7663DF
Complementary color
Monochromatic Colors of #7663DF
Black with #7663DF
Text Example
Text Example
White with #7663DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7663DF; }
p { color: rgb(118,99,223); }
H1.HeaderClassName
{
color: #7663DF;
}
.AnyTagClassName
{
color: #7663DF;
}
</style>
background-color css
<style>
a { background-color: #7663DF; }
a { background-color: rgb(118,99,223); }
div.DivClassName
{
background-color: #7663DF;
}
.BgClassName
{
background-color: #7663DF;
}
</style>
border-color css
<style>
span { border-color: #7663DF; }
span { border-color: rgb(118,99,223); }
td.TdClassName
{
border-color: #7663DF;
}
.TagClassName
{
border-color: #7663DF;
}
</style>