Shades of Medium Slate Blue #775AF2
Tints of Medium Slate Blue #775AF2
RGB
CMYK
RGB Variations
Color information
#775AF2 (or 0x775AF2) is known color: Medium Slate Blue. HEX triplet: 77, 5A and F2. RGB value is (119,90,242). Sum of RGB (Red+Green+Blue) = 119+90+242=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #775AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775AF2 is #88A50D. Grayscale: #737373. Windows color (decimal): -8955150 or 15882871. OLE color: 15882871.
HSL color Cylindrical-coordinate representation of color #775AF2: hue angle of 251.45º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #775AF2 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 90 | 242 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.05 |
| HSL | 251.45º | 0.85% | 0.65% | - |
| HSV(B) | 251.45º | 0.63% | 0.95% | - |
| XYZ | 27.29 | 17.65 | 85.97 | - |
| YUV | 116 | 199.11 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 242 | 0.51 | 0.63 | 0 | 0.05 | 251.45 | 0.85 | 0.65 |
| Hex | 77 | 5A | F2 | 33 | 3F | 0 | 5 | FB | 55 | 41 |
| Octal | 167 | 132 | 362 | 63 | 77 | 0 | 5 | 373 | 125 | 101 |
| Binary | 1110111 | 1011010 | 11110010 | 110011 | 111111 | 0 | 101 | 11111011 | 1010101 | 1000001 |
Color Harmonies of #775AF2
Complementary color
Monochromatic Colors of #775AF2
Black with #775AF2
Text Example
Text Example
White with #775AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775AF2; }
p { color: rgb(119,90,242); }
H1.HeaderClassName
{
color: #775AF2;
}
.AnyTagClassName
{
color: #775AF2;
}
</style>
background-color css
<style>
a { background-color: #775AF2; }
a { background-color: rgb(119,90,242); }
div.DivClassName
{
background-color: #775AF2;
}
.BgClassName
{
background-color: #775AF2;
}
</style>
border-color css
<style>
span { border-color: #775AF2; }
span { border-color: rgb(119,90,242); }
td.TdClassName
{
border-color: #775AF2;
}
.TagClassName
{
border-color: #775AF2;
}
</style>