Shades of Medium Slate Blue #7763FF
Tints of Medium Slate Blue #7763FF
RGB
CMYK
RGB Variations
Color information
#7763FF (or 0x7763FF) is known color: Medium Slate Blue. HEX triplet: 77, 63 and FF. RGB value is (119,99,255). Sum of RGB (Red+Green+Blue) = 119+99+255=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #7763FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7763FF is #889C00. Grayscale: #7A7A7A. Windows color (decimal): -8952833 or 16737143. OLE color: 16737143.
HSL color Cylindrical-coordinate representation of color #7763FF: hue angle of 247.69º 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 #7763FF is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 99 | 255 | - |
| CMYK | 0.53 | 0.61 | 0 | 0 |
| HSL | 247.69º | 1% | 0.69% | - |
| HSV(B) | 247.69º | 0.61% | 1% | - |
| XYZ | 30.12 | 20.07 | 96.89 | - |
| YUV | 122.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 255 | 0.53 | 0.61 | 0 | 0 | 247.69 | 1 | 0.69 |
| Hex | 77 | 63 | FF | 35 | 3D | 0 | 0 | F8 | 64 | 45 |
| Octal | 167 | 143 | 377 | 65 | 75 | 0 | 0 | 370 | 144 | 105 |
| Binary | 1110111 | 1100011 | 11111111 | 110101 | 111101 | 0 | 0 | 11111000 | 1100100 | 1000101 |
Color Harmonies of #7763FF
Complementary color
Monochromatic Colors of #7763FF
Black with #7763FF
Text Example
Text Example
White with #7763FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7763FF; }
p { color: rgb(119,99,255); }
H1.HeaderClassName
{
color: #7763FF;
}
.AnyTagClassName
{
color: #7763FF;
}
</style>
background-color css
<style>
a { background-color: #7763FF; }
a { background-color: rgb(119,99,255); }
div.DivClassName
{
background-color: #7763FF;
}
.BgClassName
{
background-color: #7763FF;
}
</style>
border-color css
<style>
span { border-color: #7763FF; }
span { border-color: rgb(119,99,255); }
td.TdClassName
{
border-color: #7763FF;
}
.TagClassName
{
border-color: #7763FF;
}
</style>