Shades of Medium Slate Blue #755AFF
Tints of Medium Slate Blue #755AFF
RGB
CMYK
RGB Variations
Color information
#755AFF (or 0x755AFF) is known color: Medium Slate Blue. HEX triplet: 75, 5A and FF. RGB value is (117,90,255). Sum of RGB (Red+Green+Blue) = 117+90+255=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #755AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AFF is #8AA500. Grayscale: #747474. Windows color (decimal): -9086209 or 16734837. OLE color: 16734837.
HSL color Cylindrical-coordinate representation of color #755AFF: hue angle of 249.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #755AFF is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 90 | 255 | - |
| CMYK | 0.54 | 0.65 | 0 | 0 |
| HSL | 249.82º | 1% | 0.68% | - |
| HSV(B) | 249.82º | 0.65% | 1% | - |
| XYZ | 29.04 | 18.31 | 96.61 | - |
| YUV | 116.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 255 | 0.54 | 0.65 | 0 | 0 | 249.82 | 1 | 0.68 |
| Hex | 75 | 5A | FF | 36 | 41 | 0 | 0 | FA | 64 | 44 |
| Octal | 165 | 132 | 377 | 66 | 101 | 0 | 0 | 372 | 144 | 104 |
| Binary | 1110101 | 1011010 | 11111111 | 110110 | 1000001 | 0 | 0 | 11111010 | 1100100 | 1000100 |
Color Harmonies of #755AFF
Complementary color
Monochromatic Colors of #755AFF
Black with #755AFF
Text Example
Text Example
White with #755AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AFF; }
p { color: rgb(117,90,255); }
H1.HeaderClassName
{
color: #755AFF;
}
.AnyTagClassName
{
color: #755AFF;
}
</style>
background-color css
<style>
a { background-color: #755AFF; }
a { background-color: rgb(117,90,255); }
div.DivClassName
{
background-color: #755AFF;
}
.BgClassName
{
background-color: #755AFF;
}
</style>
border-color css
<style>
span { border-color: #755AFF; }
span { border-color: rgb(117,90,255); }
td.TdClassName
{
border-color: #755AFF;
}
.TagClassName
{
border-color: #755AFF;
}
</style>