Shades of Medium Slate Blue #7663FF
Tints of Medium Slate Blue #7663FF
RGB
CMYK
RGB Variations
Color information
#7663FF (or 0x7663FF) is known color: Medium Slate Blue. HEX triplet: 76, 63 and FF. RGB value is (118,99,255). Sum of RGB (Red+Green+Blue) = 118+99+255=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #7663FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7663FF is #899C00. Grayscale: #797979. Windows color (decimal): -9018369 or 16737142. OLE color: 16737142.
HSL color Cylindrical-coordinate representation of color #7663FF: hue angle of 247.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7663FF is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 99 | 255 | - |
| CMYK | 0.54 | 0.61 | 0 | 0 |
| HSL | 247.31º | 1% | 0.69% | - |
| HSV(B) | 247.31º | 0.61% | 1% | - |
| XYZ | 29.98 | 20 | 96.89 | - |
| YUV | 122.47 | 202.79 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 255 | 0.54 | 0.61 | 0 | 0 | 247.31 | 1 | 0.69 |
| Hex | 76 | 63 | FF | 36 | 3D | 0 | 0 | F7 | 64 | 45 |
| Octal | 166 | 143 | 377 | 66 | 75 | 0 | 0 | 367 | 144 | 105 |
| Binary | 1110110 | 1100011 | 11111111 | 110110 | 111101 | 0 | 0 | 11110111 | 1100100 | 1000101 |
Color Harmonies of #7663FF
Complementary color
Monochromatic Colors of #7663FF
Black with #7663FF
Text Example
Text Example
White with #7663FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7663FF; }
p { color: rgb(118,99,255); }
H1.HeaderClassName
{
color: #7663FF;
}
.AnyTagClassName
{
color: #7663FF;
}
</style>
background-color css
<style>
a { background-color: #7663FF; }
a { background-color: rgb(118,99,255); }
div.DivClassName
{
background-color: #7663FF;
}
.BgClassName
{
background-color: #7663FF;
}
</style>
border-color css
<style>
span { border-color: #7663FF; }
span { border-color: rgb(118,99,255); }
td.TdClassName
{
border-color: #7663FF;
}
.TagClassName
{
border-color: #7663FF;
}
</style>