Shades of Medium Slate Blue #7755FA
Tints of Medium Slate Blue #7755FA
RGB
CMYK
RGB Variations
Color information
#7755FA (or 0x7755FA) is known color: Medium Slate Blue. HEX triplet: 77, 55 and FA. RGB value is (119,85,250). Sum of RGB (Red+Green+Blue) = 119+85+250=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #7755FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7755FA is #88AA05. Grayscale: #717171. Windows color (decimal): -8956422 or 16405879. OLE color: 16405879.
HSL color Cylindrical-coordinate representation of color #7755FA: hue angle of 252.36º 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 #7755FA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 85 | 250 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.02 |
| HSL | 252.36º | 0.94% | 0.66% | - |
| HSV(B) | 252.36º | 0.66% | 0.98% | - |
| XYZ | 28.11 | 17.32 | 92.3 | - |
| YUV | 113.98 | 204.76 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 250 | 0.52 | 0.66 | 0 | 0.02 | 252.36 | 0.94 | 0.66 |
| Hex | 77 | 55 | FA | 34 | 42 | 0 | 2 | FC | 5E | 42 |
| Octal | 167 | 125 | 372 | 64 | 102 | 0 | 2 | 374 | 136 | 102 |
| Binary | 1110111 | 1010101 | 11111010 | 110100 | 1000010 | 0 | 10 | 11111100 | 1011110 | 1000010 |
Color Harmonies of #7755FA
Complementary color
Monochromatic Colors of #7755FA
Black with #7755FA
Text Example
Text Example
White with #7755FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755FA; }
p { color: rgb(119,85,250); }
H1.HeaderClassName
{
color: #7755FA;
}
.AnyTagClassName
{
color: #7755FA;
}
</style>
background-color css
<style>
a { background-color: #7755FA; }
a { background-color: rgb(119,85,250); }
div.DivClassName
{
background-color: #7755FA;
}
.BgClassName
{
background-color: #7755FA;
}
</style>
border-color css
<style>
span { border-color: #7755FA; }
span { border-color: rgb(119,85,250); }
td.TdClassName
{
border-color: #7755FA;
}
.TagClassName
{
border-color: #7755FA;
}
</style>