Shades of Medium Slate Blue #755CFF
Tints of Medium Slate Blue #755CFF
RGB
CMYK
RGB Variations
Color information
#755CFF (or 0x755CFF) is known color: Medium Slate Blue. HEX triplet: 75, 5C and FF. RGB value is (117,92,255). Sum of RGB (Red+Green+Blue) = 117+92+255=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #755CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CFF is #8AA300. Grayscale: #757575. Windows color (decimal): -9085697 or 16735349. OLE color: 16735349.
HSL color Cylindrical-coordinate representation of color #755CFF: hue angle of 249.2º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755CFF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 92 | 255 | - |
| CMYK | 0.54 | 0.64 | 0 | 0 |
| HSL | 249.2º | 1% | 0.68% | - |
| HSV(B) | 249.2º | 0.64% | 1% | - |
| XYZ | 29.21 | 18.66 | 96.67 | - |
| YUV | 118.06 | 205.28 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 255 | 0.54 | 0.64 | 0 | 0 | 249.2 | 1 | 0.68 |
| Hex | 75 | 5C | FF | 36 | 40 | 0 | 0 | F9 | 64 | 44 |
| Octal | 165 | 134 | 377 | 66 | 100 | 0 | 0 | 371 | 144 | 104 |
| Binary | 1110101 | 1011100 | 11111111 | 110110 | 1000000 | 0 | 0 | 11111001 | 1100100 | 1000100 |
Color Harmonies of #755CFF
Complementary color
Monochromatic Colors of #755CFF
Black with #755CFF
Text Example
Text Example
White with #755CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CFF; }
p { color: rgb(117,92,255); }
H1.HeaderClassName
{
color: #755CFF;
}
.AnyTagClassName
{
color: #755CFF;
}
</style>
background-color css
<style>
a { background-color: #755CFF; }
a { background-color: rgb(117,92,255); }
div.DivClassName
{
background-color: #755CFF;
}
.BgClassName
{
background-color: #755CFF;
}
</style>
border-color css
<style>
span { border-color: #755CFF; }
span { border-color: rgb(117,92,255); }
td.TdClassName
{
border-color: #755CFF;
}
.TagClassName
{
border-color: #755CFF;
}
</style>