Shades of Medium Slate Blue #7755FF
Tints of Medium Slate Blue #7755FF
RGB
CMYK
RGB Variations
Color information
#7755FF (or 0x7755FF) is known color: Medium Slate Blue. HEX triplet: 77, 55 and FF. RGB value is (119,85,255). Sum of RGB (Red+Green+Blue) = 119+85+255=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #7755FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7755FF is #88AA00. Grayscale: #717171. Windows color (decimal): -8956417 or 16733559. OLE color: 16733559.
HSL color Cylindrical-coordinate representation of color #7755FF: hue angle of 252º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7755FF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 85 | 255 | - |
| CMYK | 0.53 | 0.67 | 0 | 0 |
| HSL | 252º | 1% | 0.67% | - |
| HSV(B) | 252º | 0.67% | 1% | - |
| XYZ | 28.91 | 17.64 | 96.49 | - |
| YUV | 114.55 | 207.26 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 255 | 0.53 | 0.67 | 0 | 0 | 252 | 1 | 0.67 |
| Hex | 77 | 55 | FF | 35 | 43 | 0 | 0 | FC | 64 | 43 |
| Octal | 167 | 125 | 377 | 65 | 103 | 0 | 0 | 374 | 144 | 103 |
| Binary | 1110111 | 1010101 | 11111111 | 110101 | 1000011 | 0 | 0 | 11111100 | 1100100 | 1000011 |
Color Harmonies of #7755FF
Complementary color
Monochromatic Colors of #7755FF
Black with #7755FF
Text Example
Text Example
White with #7755FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755FF; }
p { color: rgb(119,85,255); }
H1.HeaderClassName
{
color: #7755FF;
}
.AnyTagClassName
{
color: #7755FF;
}
</style>
background-color css
<style>
a { background-color: #7755FF; }
a { background-color: rgb(119,85,255); }
div.DivClassName
{
background-color: #7755FF;
}
.BgClassName
{
background-color: #7755FF;
}
</style>
border-color css
<style>
span { border-color: #7755FF; }
span { border-color: rgb(119,85,255); }
td.TdClassName
{
border-color: #7755FF;
}
.TagClassName
{
border-color: #7755FF;
}
</style>