Shades of Medium Slate Blue #755FFE
Tints of Medium Slate Blue #755FFE
RGB
CMYK
RGB Variations
Color information
#755FFE (or 0x755FFE) is known color: Medium Slate Blue. HEX triplet: 75, 5F and FE. RGB value is (117,95,254). Sum of RGB (Red+Green+Blue) = 117+95+254=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #755FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FFE is #8AA001. Grayscale: #777777. Windows color (decimal): -9084930 or 16670581. OLE color: 16670581.
HSL color Cylindrical-coordinate representation of color #755FFE: hue angle of 248.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755FFE is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 95 | 254 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.00 |
| HSL | 248.3º | 0.99% | 0.68% | - |
| HSV(B) | 248.3º | 0.63% | 1% | - |
| XYZ | 29.32 | 19.12 | 95.91 | - |
| YUV | 119.7 | 203.79 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 254 | 0.54 | 0.63 | 0 | 0.00 | 248.3 | 0.99 | 0.68 |
| Hex | 75 | 5F | FE | 36 | 3F | 0 | 0 | F8 | 63 | 44 |
| Octal | 165 | 137 | 376 | 66 | 77 | 0 | 0 | 370 | 143 | 104 |
| Binary | 1110101 | 1011111 | 11111110 | 110110 | 111111 | 0 | 0 | 11111000 | 1100011 | 1000100 |
Color Harmonies of #755FFE
Complementary color
Monochromatic Colors of #755FFE
Black with #755FFE
Text Example
Text Example
White with #755FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FFE; }
p { color: rgb(117,95,254); }
H1.HeaderClassName
{
color: #755FFE;
}
.AnyTagClassName
{
color: #755FFE;
}
</style>
background-color css
<style>
a { background-color: #755FFE; }
a { background-color: rgb(117,95,254); }
div.DivClassName
{
background-color: #755FFE;
}
.BgClassName
{
background-color: #755FFE;
}
</style>
border-color css
<style>
span { border-color: #755FFE; }
span { border-color: rgb(117,95,254); }
td.TdClassName
{
border-color: #755FFE;
}
.TagClassName
{
border-color: #755FFE;
}
</style>