Shades of Medium Slate Blue #7756FA
Tints of Medium Slate Blue #7756FA
RGB
CMYK
RGB Variations
Color information
#7756FA (or 0x7756FA) is known color: Medium Slate Blue. HEX triplet: 77, 56 and FA. RGB value is (119,86,250). Sum of RGB (Red+Green+Blue) = 119+86+250=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #7756FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7756FA is #88A905. Grayscale: #717171. Windows color (decimal): -8956166 or 16406135. OLE color: 16406135.
HSL color Cylindrical-coordinate representation of color #7756FA: hue angle of 252.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7756FA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 86 | 250 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.02 |
| HSL | 252.07º | 0.94% | 0.66% | - |
| HSV(B) | 252.07º | 0.66% | 0.98% | - |
| XYZ | 28.19 | 17.48 | 92.33 | - |
| YUV | 114.56 | 204.43 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 250 | 0.52 | 0.66 | 0 | 0.02 | 252.07 | 0.94 | 0.66 |
| Hex | 77 | 56 | FA | 34 | 42 | 0 | 2 | FC | 5E | 42 |
| Octal | 167 | 126 | 372 | 64 | 102 | 0 | 2 | 374 | 136 | 102 |
| Binary | 1110111 | 1010110 | 11111010 | 110100 | 1000010 | 0 | 10 | 11111100 | 1011110 | 1000010 |
Color Harmonies of #7756FA
Complementary color
Monochromatic Colors of #7756FA
Black with #7756FA
Text Example
Text Example
White with #7756FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7756FA; }
p { color: rgb(119,86,250); }
H1.HeaderClassName
{
color: #7756FA;
}
.AnyTagClassName
{
color: #7756FA;
}
</style>
background-color css
<style>
a { background-color: #7756FA; }
a { background-color: rgb(119,86,250); }
div.DivClassName
{
background-color: #7756FA;
}
.BgClassName
{
background-color: #7756FA;
}
</style>
border-color css
<style>
span { border-color: #7756FA; }
span { border-color: rgb(119,86,250); }
td.TdClassName
{
border-color: #7756FA;
}
.TagClassName
{
border-color: #7756FA;
}
</style>