Shades of Medium Slate Blue #754BEE
Tints of Medium Slate Blue #754BEE
RGB
CMYK
RGB Variations
Color information
#754BEE (or 0x754BEE) is known color: Medium Slate Blue. HEX triplet: 75, 4B and EE. RGB value is (117,75,238). Sum of RGB (Red+Green+Blue) = 117+75+238=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #754BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BEE is #8AB411. Grayscale: #696969. Windows color (decimal): -9090066 or 15616885. OLE color: 15616885.
HSL color Cylindrical-coordinate representation of color #754BEE: hue angle of 255.46º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754BEE is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 75 | 238 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.07 |
| HSL | 255.46º | 0.83% | 0.61% | - |
| HSV(B) | 255.46º | 0.68% | 0.93% | - |
| XYZ | 25.28 | 14.99 | 82.45 | - |
| YUV | 106.14 | 202.41 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 238 | 0.51 | 0.68 | 0 | 0.07 | 255.46 | 0.83 | 0.61 |
| Hex | 75 | 4B | EE | 33 | 44 | 0 | 7 | FF | 53 | 3D |
| Octal | 165 | 113 | 356 | 63 | 104 | 0 | 7 | 377 | 123 | 75 |
| Binary | 1110101 | 1001011 | 11101110 | 110011 | 1000100 | 0 | 111 | 11111111 | 1010011 | 111101 |
Color Harmonies of #754BEE
Complementary color
Monochromatic Colors of #754BEE
Black with #754BEE
Text Example
Text Example
White with #754BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BEE; }
p { color: rgb(117,75,238); }
H1.HeaderClassName
{
color: #754BEE;
}
.AnyTagClassName
{
color: #754BEE;
}
</style>
background-color css
<style>
a { background-color: #754BEE; }
a { background-color: rgb(117,75,238); }
div.DivClassName
{
background-color: #754BEE;
}
.BgClassName
{
background-color: #754BEE;
}
</style>
border-color css
<style>
span { border-color: #754BEE; }
span { border-color: rgb(117,75,238); }
td.TdClassName
{
border-color: #754BEE;
}
.TagClassName
{
border-color: #754BEE;
}
</style>