Shades of Medium Slate Blue #777AF3
Tints of Medium Slate Blue #777AF3
RGB
CMYK
RGB Variations
Color information
#777AF3 (or 0x777AF3) is known color: Medium Slate Blue. HEX triplet: 77, 7A and F3. RGB value is (119,122,243). Sum of RGB (Red+Green+Blue) = 119+122+243=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #777AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AF3 is #88850C. Grayscale: #868686. Windows color (decimal): -8946957 or 15956599. OLE color: 15956599.
HSL color Cylindrical-coordinate representation of color #777AF3: hue angle of 238.55º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #777AF3 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 122 | 243 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.05 |
| HSL | 238.55º | 0.84% | 0.71% | - |
| HSV(B) | 238.55º | 0.51% | 0.95% | - |
| XYZ | 30.74 | 24.31 | 87.87 | - |
| YUV | 134.9 | 189.01 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 243 | 0.51 | 0.50 | 0 | 0.05 | 238.55 | 0.84 | 0.71 |
| Hex | 77 | 7A | F3 | 33 | 32 | 0 | 5 | EF | 54 | 47 |
| Octal | 167 | 172 | 363 | 63 | 62 | 0 | 5 | 357 | 124 | 107 |
| Binary | 1110111 | 1111010 | 11110011 | 110011 | 110010 | 0 | 101 | 11101111 | 1010100 | 1000111 |
Color Harmonies of #777AF3
Complementary color
Monochromatic Colors of #777AF3
Black with #777AF3
Text Example
Text Example
White with #777AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AF3; }
p { color: rgb(119,122,243); }
H1.HeaderClassName
{
color: #777AF3;
}
.AnyTagClassName
{
color: #777AF3;
}
</style>
background-color css
<style>
a { background-color: #777AF3; }
a { background-color: rgb(119,122,243); }
div.DivClassName
{
background-color: #777AF3;
}
.BgClassName
{
background-color: #777AF3;
}
</style>
border-color css
<style>
span { border-color: #777AF3; }
span { border-color: rgb(119,122,243); }
td.TdClassName
{
border-color: #777AF3;
}
.TagClassName
{
border-color: #777AF3;
}
</style>