Shades of Medium Slate Blue #755FFF
Tints of Medium Slate Blue #755FFF
RGB
CMYK
RGB Variations
Color information
#755FFF (or 0x755FFF) is known color: Medium Slate Blue. HEX triplet: 75, 5F and FF. RGB value is (117,95,255). Sum of RGB (Red+Green+Blue) = 117+95+255=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #755FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FFF is #8AA000. Grayscale: #777777. Windows color (decimal): -9084929 or 16736117. OLE color: 16736117.
HSL color Cylindrical-coordinate representation of color #755FFF: hue angle of 248.25º 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 #755FFF is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 95 | 255 | - |
| CMYK | 0.54 | 0.63 | 0 | 0 |
| HSL | 248.25º | 1% | 0.69% | - |
| HSV(B) | 248.25º | 0.63% | 1% | - |
| XYZ | 29.48 | 19.19 | 96.76 | - |
| YUV | 119.82 | 204.29 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 255 | 0.54 | 0.63 | 0 | 0 | 248.25 | 1 | 0.69 |
| Hex | 75 | 5F | FF | 36 | 3F | 0 | 0 | F8 | 64 | 45 |
| Octal | 165 | 137 | 377 | 66 | 77 | 0 | 0 | 370 | 144 | 105 |
| Binary | 1110101 | 1011111 | 11111111 | 110110 | 111111 | 0 | 0 | 11111000 | 1100100 | 1000101 |
Color Harmonies of #755FFF
Complementary color
Monochromatic Colors of #755FFF
Black with #755FFF
Text Example
Text Example
White with #755FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FFF; }
p { color: rgb(117,95,255); }
H1.HeaderClassName
{
color: #755FFF;
}
.AnyTagClassName
{
color: #755FFF;
}
</style>
background-color css
<style>
a { background-color: #755FFF; }
a { background-color: rgb(117,95,255); }
div.DivClassName
{
background-color: #755FFF;
}
.BgClassName
{
background-color: #755FFF;
}
</style>
border-color css
<style>
span { border-color: #755FFF; }
span { border-color: rgb(117,95,255); }
td.TdClassName
{
border-color: #755FFF;
}
.TagClassName
{
border-color: #755FFF;
}
</style>