Shades of Medium Slate Blue #7555FE
Tints of Medium Slate Blue #7555FE
RGB
CMYK
RGB Variations
Color information
#7555FE (or 0x7555FE) is known color: Medium Slate Blue. HEX triplet: 75, 55 and FE. RGB value is (117,85,254). Sum of RGB (Red+Green+Blue) = 117+85+254=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #7555FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7555FE is #8AAA01. Grayscale: #717171. Windows color (decimal): -9087490 or 16668021. OLE color: 16668021.
HSL color Cylindrical-coordinate representation of color #7555FE: hue angle of 251.36º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7555FE is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 85 | 254 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.00 |
| HSL | 251.36º | 0.99% | 0.66% | - |
| HSV(B) | 251.36º | 0.67% | 1% | - |
| XYZ | 28.47 | 17.43 | 95.63 | - |
| YUV | 113.83 | 207.1 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 254 | 0.54 | 0.67 | 0 | 0.00 | 251.36 | 0.99 | 0.66 |
| Hex | 75 | 55 | FE | 36 | 43 | 0 | 0 | FB | 63 | 42 |
| Octal | 165 | 125 | 376 | 66 | 103 | 0 | 0 | 373 | 143 | 102 |
| Binary | 1110101 | 1010101 | 11111110 | 110110 | 1000011 | 0 | 0 | 11111011 | 1100011 | 1000010 |
Color Harmonies of #7555FE
Complementary color
Monochromatic Colors of #7555FE
Black with #7555FE
Text Example
Text Example
White with #7555FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7555FE; }
p { color: rgb(117,85,254); }
H1.HeaderClassName
{
color: #7555FE;
}
.AnyTagClassName
{
color: #7555FE;
}
</style>
background-color css
<style>
a { background-color: #7555FE; }
a { background-color: rgb(117,85,254); }
div.DivClassName
{
background-color: #7555FE;
}
.BgClassName
{
background-color: #7555FE;
}
</style>
border-color css
<style>
span { border-color: #7555FE; }
span { border-color: rgb(117,85,254); }
td.TdClassName
{
border-color: #7555FE;
}
.TagClassName
{
border-color: #7555FE;
}
</style>