Shades of Medium Slate Blue #755BFE
Tints of Medium Slate Blue #755BFE
RGB
CMYK
RGB Variations
Color information
#755BFE (or 0x755BFE) is known color: Medium Slate Blue. HEX triplet: 75, 5B and FE. RGB value is (117,91,254). Sum of RGB (Red+Green+Blue) = 117+91+254=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #755BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BFE is #8AA401. Grayscale: #747474. Windows color (decimal): -9085954 or 16669557. OLE color: 16669557.
HSL color Cylindrical-coordinate representation of color #755BFE: hue angle of 249.57º 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 #755BFE is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 91 | 254 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.00 |
| HSL | 249.57º | 0.99% | 0.68% | - |
| HSV(B) | 249.57º | 0.64% | 1% | - |
| XYZ | 28.97 | 18.42 | 95.79 | - |
| YUV | 117.36 | 205.11 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 254 | 0.54 | 0.64 | 0 | 0.00 | 249.57 | 0.99 | 0.68 |
| Hex | 75 | 5B | FE | 36 | 40 | 0 | 0 | FA | 63 | 44 |
| Octal | 165 | 133 | 376 | 66 | 100 | 0 | 0 | 372 | 143 | 104 |
| Binary | 1110101 | 1011011 | 11111110 | 110110 | 1000000 | 0 | 0 | 11111010 | 1100011 | 1000100 |
Color Harmonies of #755BFE
Complementary color
Monochromatic Colors of #755BFE
Black with #755BFE
Text Example
Text Example
White with #755BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BFE; }
p { color: rgb(117,91,254); }
H1.HeaderClassName
{
color: #755BFE;
}
.AnyTagClassName
{
color: #755BFE;
}
</style>
background-color css
<style>
a { background-color: #755BFE; }
a { background-color: rgb(117,91,254); }
div.DivClassName
{
background-color: #755BFE;
}
.BgClassName
{
background-color: #755BFE;
}
</style>
border-color css
<style>
span { border-color: #755BFE; }
span { border-color: rgb(117,91,254); }
td.TdClassName
{
border-color: #755BFE;
}
.TagClassName
{
border-color: #755BFE;
}
</style>