Shades of Medium Slate Blue #754AEE
Tints of Medium Slate Blue #754AEE
RGB
CMYK
RGB Variations
Color information
#754AEE (or 0x754AEE) is known color: Medium Slate Blue. HEX triplet: 75, 4A and EE. RGB value is (117,74,238). Sum of RGB (Red+Green+Blue) = 117+74+238=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #754AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AEE is #8AB511. Grayscale: #686868. Windows color (decimal): -9090322 or 15616629. OLE color: 15616629.
HSL color Cylindrical-coordinate representation of color #754AEE: hue angle of 255.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754AEE is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 74 | 238 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.07 |
| HSL | 255.73º | 0.83% | 0.61% | - |
| HSV(B) | 255.73º | 0.69% | 0.93% | - |
| XYZ | 25.22 | 14.85 | 82.43 | - |
| YUV | 105.55 | 202.75 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 238 | 0.51 | 0.69 | 0 | 0.07 | 255.73 | 0.83 | 0.61 |
| Hex | 75 | 4A | EE | 33 | 45 | 0 | 7 | 100 | 53 | 3D |
| Octal | 165 | 112 | 356 | 63 | 105 | 0 | 7 | 400 | 123 | 75 |
| Binary | 1110101 | 1001010 | 11101110 | 110011 | 1000101 | 0 | 111 | 100000000 | 1010011 | 111101 |
Color Harmonies of #754AEE
Complementary color
Monochromatic Colors of #754AEE
Black with #754AEE
Text Example
Text Example
White with #754AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AEE; }
p { color: rgb(117,74,238); }
H1.HeaderClassName
{
color: #754AEE;
}
.AnyTagClassName
{
color: #754AEE;
}
</style>
background-color css
<style>
a { background-color: #754AEE; }
a { background-color: rgb(117,74,238); }
div.DivClassName
{
background-color: #754AEE;
}
.BgClassName
{
background-color: #754AEE;
}
</style>
border-color css
<style>
span { border-color: #754AEE; }
span { border-color: rgb(117,74,238); }
td.TdClassName
{
border-color: #754AEE;
}
.TagClassName
{
border-color: #754AEE;
}
</style>