Shades of Medium Slate Blue #754CFB
Tints of Medium Slate Blue #754CFB
RGB
CMYK
RGB Variations
Color information
#754CFB (or 0x754CFB) is known color: Medium Slate Blue. HEX triplet: 75, 4C and FB. RGB value is (117,76,251). Sum of RGB (Red+Green+Blue) = 117+76+251=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #754CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CFB is #8AB304. Grayscale: #6B6B6B. Windows color (decimal): -9089797 or 16469109. OLE color: 16469109.
HSL color Cylindrical-coordinate representation of color #754CFB: hue angle of 254.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754CFB is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 76 | 251 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.02 |
| HSL | 254.06º | 0.96% | 0.64% | - |
| HSV(B) | 254.06º | 0.7% | 0.98% | - |
| XYZ | 27.33 | 15.92 | 92.9 | - |
| YUV | 108.21 | 208.58 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 251 | 0.53 | 0.70 | 0 | 0.02 | 254.06 | 0.96 | 0.64 |
| Hex | 75 | 4C | FB | 35 | 46 | 0 | 2 | FE | 60 | 40 |
| Octal | 165 | 114 | 373 | 65 | 106 | 0 | 2 | 376 | 140 | 100 |
| Binary | 1110101 | 1001100 | 11111011 | 110101 | 1000110 | 0 | 10 | 11111110 | 1100000 | 1000000 |
Color Harmonies of #754CFB
Complementary color
Monochromatic Colors of #754CFB
Black with #754CFB
Text Example
Text Example
White with #754CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CFB; }
p { color: rgb(117,76,251); }
H1.HeaderClassName
{
color: #754CFB;
}
.AnyTagClassName
{
color: #754CFB;
}
</style>
background-color css
<style>
a { background-color: #754CFB; }
a { background-color: rgb(117,76,251); }
div.DivClassName
{
background-color: #754CFB;
}
.BgClassName
{
background-color: #754CFB;
}
</style>
border-color css
<style>
span { border-color: #754CFB; }
span { border-color: rgb(117,76,251); }
td.TdClassName
{
border-color: #754CFB;
}
.TagClassName
{
border-color: #754CFB;
}
</style>