Shades of Medium Slate Blue #754BFF
Tints of Medium Slate Blue #754BFF
RGB
CMYK
RGB Variations
Color information
#754BFF (or 0x754BFF) is known color: Medium Slate Blue. HEX triplet: 75, 4B and FF. RGB value is (117,75,255). Sum of RGB (Red+Green+Blue) = 117+75+255=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #754BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BFF is #8AB400. Grayscale: #6B6B6B. Windows color (decimal): -9090049 or 16730997. OLE color: 16730997.
HSL color Cylindrical-coordinate representation of color #754BFF: hue angle of 254º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #754BFF is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 75 | 255 | - |
| CMYK | 0.54 | 0.71 | 0 | 0 |
| HSL | 254º | 1% | 0.65% | - |
| HSV(B) | 254º | 0.71% | 1% | - |
| XYZ | 27.9 | 16.03 | 96.23 | - |
| YUV | 108.08 | 210.91 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 255 | 0.54 | 0.71 | 0 | 0 | 254 | 1 | 0.65 |
| Hex | 75 | 4B | FF | 36 | 47 | 0 | 0 | FE | 64 | 41 |
| Octal | 165 | 113 | 377 | 66 | 107 | 0 | 0 | 376 | 144 | 101 |
| Binary | 1110101 | 1001011 | 11111111 | 110110 | 1000111 | 0 | 0 | 11111110 | 1100100 | 1000001 |
Color Harmonies of #754BFF
Complementary color
Monochromatic Colors of #754BFF
Black with #754BFF
Text Example
Text Example
White with #754BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BFF; }
p { color: rgb(117,75,255); }
H1.HeaderClassName
{
color: #754BFF;
}
.AnyTagClassName
{
color: #754BFF;
}
</style>
background-color css
<style>
a { background-color: #754BFF; }
a { background-color: rgb(117,75,255); }
div.DivClassName
{
background-color: #754BFF;
}
.BgClassName
{
background-color: #754BFF;
}
</style>
border-color css
<style>
span { border-color: #754BFF; }
span { border-color: rgb(117,75,255); }
td.TdClassName
{
border-color: #754BFF;
}
.TagClassName
{
border-color: #754BFF;
}
</style>