Shades of Medium Slate Blue #7755F6
Tints of Medium Slate Blue #7755F6
RGB
CMYK
RGB Variations
Color information
#7755F6 (or 0x7755F6) is known color: Medium Slate Blue. HEX triplet: 77, 55 and F6. RGB value is (119,85,246). Sum of RGB (Red+Green+Blue) = 119+85+246=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #7755F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7755F6 is #88AA09. Grayscale: #707070. Windows color (decimal): -8956426 or 16143735. OLE color: 16143735.
HSL color Cylindrical-coordinate representation of color #7755F6: hue angle of 252.67º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7755F6 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 85 | 246 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.04 |
| HSL | 252.67º | 0.9% | 0.65% | - |
| HSV(B) | 252.67º | 0.65% | 0.96% | - |
| XYZ | 27.49 | 17.07 | 89.04 | - |
| YUV | 113.52 | 202.76 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 246 | 0.52 | 0.65 | 0 | 0.04 | 252.67 | 0.9 | 0.65 |
| Hex | 77 | 55 | F6 | 34 | 41 | 0 | 4 | FD | 5A | 41 |
| Octal | 167 | 125 | 366 | 64 | 101 | 0 | 4 | 375 | 132 | 101 |
| Binary | 1110111 | 1010101 | 11110110 | 110100 | 1000001 | 0 | 100 | 11111101 | 1011010 | 1000001 |
Color Harmonies of #7755F6
Complementary color
Monochromatic Colors of #7755F6
Black with #7755F6
Text Example
Text Example
White with #7755F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755F6; }
p { color: rgb(119,85,246); }
H1.HeaderClassName
{
color: #7755F6;
}
.AnyTagClassName
{
color: #7755F6;
}
</style>
background-color css
<style>
a { background-color: #7755F6; }
a { background-color: rgb(119,85,246); }
div.DivClassName
{
background-color: #7755F6;
}
.BgClassName
{
background-color: #7755F6;
}
</style>
border-color css
<style>
span { border-color: #7755F6; }
span { border-color: rgb(119,85,246); }
td.TdClassName
{
border-color: #7755F6;
}
.TagClassName
{
border-color: #7755F6;
}
</style>