Shades of Medium Slate Blue #755CFE
Tints of Medium Slate Blue #755CFE
RGB
CMYK
RGB Variations
Color information
#755CFE (or 0x755CFE) is known color: Medium Slate Blue. HEX triplet: 75, 5C and FE. RGB value is (117,92,254). Sum of RGB (Red+Green+Blue) = 117+92+254=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #755CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755CFE is #8AA301. Grayscale: #757575. Windows color (decimal): -9085698 or 16669813. OLE color: 16669813.
HSL color Cylindrical-coordinate representation of color #755CFE: hue angle of 249.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755CFE is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 92 | 254 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.00 |
| HSL | 249.26º | 0.99% | 0.68% | - |
| HSV(B) | 249.26º | 0.64% | 1% | - |
| XYZ | 29.05 | 18.59 | 95.82 | - |
| YUV | 117.94 | 204.78 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 254 | 0.54 | 0.64 | 0 | 0.00 | 249.26 | 0.99 | 0.68 |
| Hex | 75 | 5C | FE | 36 | 40 | 0 | 0 | F9 | 63 | 44 |
| Octal | 165 | 134 | 376 | 66 | 100 | 0 | 0 | 371 | 143 | 104 |
| Binary | 1110101 | 1011100 | 11111110 | 110110 | 1000000 | 0 | 0 | 11111001 | 1100011 | 1000100 |
Color Harmonies of #755CFE
Complementary color
Monochromatic Colors of #755CFE
Black with #755CFE
Text Example
Text Example
White with #755CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CFE; }
p { color: rgb(117,92,254); }
H1.HeaderClassName
{
color: #755CFE;
}
.AnyTagClassName
{
color: #755CFE;
}
</style>
background-color css
<style>
a { background-color: #755CFE; }
a { background-color: rgb(117,92,254); }
div.DivClassName
{
background-color: #755CFE;
}
.BgClassName
{
background-color: #755CFE;
}
</style>
border-color css
<style>
span { border-color: #755CFE; }
span { border-color: rgb(117,92,254); }
td.TdClassName
{
border-color: #755CFE;
}
.TagClassName
{
border-color: #755CFE;
}
</style>