Shades of Medium Slate Blue #775FFF
Tints of Medium Slate Blue #775FFF
RGB
CMYK
RGB Variations
Color information
#775FFF (or 0x775FFF) is known color: Medium Slate Blue. HEX triplet: 77, 5F and FF. RGB value is (119,95,255). Sum of RGB (Red+Green+Blue) = 119+95+255=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #775FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FFF is #88A000. Grayscale: #777777. Windows color (decimal): -8953857 or 16736119. OLE color: 16736119.
HSL color Cylindrical-coordinate representation of color #775FFF: hue angle of 249º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #775FFF is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 95 | 255 | - |
| CMYK | 0.53 | 0.63 | 0 | 0 |
| HSL | 249º | 1% | 0.69% | - |
| HSV(B) | 249º | 0.63% | 1% | - |
| XYZ | 29.75 | 19.33 | 96.77 | - |
| YUV | 120.42 | 203.95 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 255 | 0.53 | 0.63 | 0 | 0 | 249 | 1 | 0.69 |
| Hex | 77 | 5F | FF | 35 | 3F | 0 | 0 | F9 | 64 | 45 |
| Octal | 167 | 137 | 377 | 65 | 77 | 0 | 0 | 371 | 144 | 105 |
| Binary | 1110111 | 1011111 | 11111111 | 110101 | 111111 | 0 | 0 | 11111001 | 1100100 | 1000101 |
Color Harmonies of #775FFF
Complementary color
Monochromatic Colors of #775FFF
Black with #775FFF
Text Example
Text Example
White with #775FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775FFF; }
p { color: rgb(119,95,255); }
H1.HeaderClassName
{
color: #775FFF;
}
.AnyTagClassName
{
color: #775FFF;
}
</style>
background-color css
<style>
a { background-color: #775FFF; }
a { background-color: rgb(119,95,255); }
div.DivClassName
{
background-color: #775FFF;
}
.BgClassName
{
background-color: #775FFF;
}
</style>
border-color css
<style>
span { border-color: #775FFF; }
span { border-color: rgb(119,95,255); }
td.TdClassName
{
border-color: #775FFF;
}
.TagClassName
{
border-color: #775FFF;
}
</style>