Shades of Medium Slate Blue #7756FE
Tints of Medium Slate Blue #7756FE
RGB
CMYK
RGB Variations
Color information
#7756FE (or 0x7756FE) is known color: Medium Slate Blue. HEX triplet: 77, 56 and FE. RGB value is (119,86,254). Sum of RGB (Red+Green+Blue) = 119+86+254=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #7756FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7756FE is #88A901. Grayscale: #727272. Windows color (decimal): -8956162 or 16668279. OLE color: 16668279.
HSL color Cylindrical-coordinate representation of color #7756FE: hue angle of 251.79º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7756FE is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 86 | 254 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.00 |
| HSL | 251.79º | 0.99% | 0.67% | - |
| HSV(B) | 251.79º | 0.66% | 1% | - |
| XYZ | 28.82 | 17.73 | 95.67 | - |
| YUV | 115.02 | 206.43 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 254 | 0.53 | 0.66 | 0 | 0.00 | 251.79 | 0.99 | 0.67 |
| Hex | 77 | 56 | FE | 35 | 42 | 0 | 0 | FC | 63 | 43 |
| Octal | 167 | 126 | 376 | 65 | 102 | 0 | 0 | 374 | 143 | 103 |
| Binary | 1110111 | 1010110 | 11111110 | 110101 | 1000010 | 0 | 0 | 11111100 | 1100011 | 1000011 |
Color Harmonies of #7756FE
Complementary color
Monochromatic Colors of #7756FE
Black with #7756FE
Text Example
Text Example
White with #7756FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7756FE; }
p { color: rgb(119,86,254); }
H1.HeaderClassName
{
color: #7756FE;
}
.AnyTagClassName
{
color: #7756FE;
}
</style>
background-color css
<style>
a { background-color: #7756FE; }
a { background-color: rgb(119,86,254); }
div.DivClassName
{
background-color: #7756FE;
}
.BgClassName
{
background-color: #7756FE;
}
</style>
border-color css
<style>
span { border-color: #7756FE; }
span { border-color: rgb(119,86,254); }
td.TdClassName
{
border-color: #7756FE;
}
.TagClassName
{
border-color: #7756FE;
}
</style>