Shades of Medium Slate Blue #775BFB
Tints of Medium Slate Blue #775BFB
RGB
CMYK
RGB Variations
Color information
#775BFB (or 0x775BFB) is known color: Medium Slate Blue. HEX triplet: 77, 5B and FB. RGB value is (119,91,251). Sum of RGB (Red+Green+Blue) = 119+91+251=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #775BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775BFB is #88A404. Grayscale: #747474. Windows color (decimal): -8954885 or 16472951. OLE color: 16472951.
HSL color Cylindrical-coordinate representation of color #775BFB: hue angle of 250.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #775BFB is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 91 | 251 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.02 |
| HSL | 250.5º | 0.95% | 0.67% | - |
| HSV(B) | 250.5º | 0.64% | 0.98% | - |
| XYZ | 28.76 | 18.37 | 93.3 | - |
| YUV | 117.61 | 203.28 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 251 | 0.53 | 0.64 | 0 | 0.02 | 250.5 | 0.95 | 0.67 |
| Hex | 77 | 5B | FB | 35 | 40 | 0 | 2 | FB | 5F | 43 |
| Octal | 167 | 133 | 373 | 65 | 100 | 0 | 2 | 373 | 137 | 103 |
| Binary | 1110111 | 1011011 | 11111011 | 110101 | 1000000 | 0 | 10 | 11111011 | 1011111 | 1000011 |
Color Harmonies of #775BFB
Complementary color
Monochromatic Colors of #775BFB
Black with #775BFB
Text Example
Text Example
White with #775BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775BFB; }
p { color: rgb(119,91,251); }
H1.HeaderClassName
{
color: #775BFB;
}
.AnyTagClassName
{
color: #775BFB;
}
</style>
background-color css
<style>
a { background-color: #775BFB; }
a { background-color: rgb(119,91,251); }
div.DivClassName
{
background-color: #775BFB;
}
.BgClassName
{
background-color: #775BFB;
}
</style>
border-color css
<style>
span { border-color: #775BFB; }
span { border-color: rgb(119,91,251); }
td.TdClassName
{
border-color: #775BFB;
}
.TagClassName
{
border-color: #775BFB;
}
</style>