Shades of Medium Slate Blue #754BFE
Tints of Medium Slate Blue #754BFE
RGB
CMYK
RGB Variations
Color information
#754BFE (or 0x754BFE) is known color: Medium Slate Blue. HEX triplet: 75, 4B and FE. RGB value is (117,75,254). Sum of RGB (Red+Green+Blue) = 117+75+254=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #754BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BFE is #8AB401. Grayscale: #6B6B6B. Windows color (decimal): -9090050 or 16665461. OLE color: 16665461.
HSL color Cylindrical-coordinate representation of color #754BFE: hue angle of 254.08º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754BFE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 75 | 254 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.00 |
| HSL | 254.08º | 0.99% | 0.65% | - |
| HSV(B) | 254.08º | 0.7% | 1% | - |
| XYZ | 27.74 | 15.97 | 95.39 | - |
| YUV | 107.96 | 210.41 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 254 | 0.54 | 0.70 | 0 | 0.00 | 254.08 | 0.99 | 0.65 |
| Hex | 75 | 4B | FE | 36 | 46 | 0 | 0 | FE | 63 | 41 |
| Octal | 165 | 113 | 376 | 66 | 106 | 0 | 0 | 376 | 143 | 101 |
| Binary | 1110101 | 1001011 | 11111110 | 110110 | 1000110 | 0 | 0 | 11111110 | 1100011 | 1000001 |
Color Harmonies of #754BFE
Complementary color
Monochromatic Colors of #754BFE
Black with #754BFE
Text Example
Text Example
White with #754BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BFE; }
p { color: rgb(117,75,254); }
H1.HeaderClassName
{
color: #754BFE;
}
.AnyTagClassName
{
color: #754BFE;
}
</style>
background-color css
<style>
a { background-color: #754BFE; }
a { background-color: rgb(117,75,254); }
div.DivClassName
{
background-color: #754BFE;
}
.BgClassName
{
background-color: #754BFE;
}
</style>
border-color css
<style>
span { border-color: #754BFE; }
span { border-color: rgb(117,75,254); }
td.TdClassName
{
border-color: #754BFE;
}
.TagClassName
{
border-color: #754BFE;
}
</style>