Shades of Medium Slate Blue #754AEB
Tints of Medium Slate Blue #754AEB
RGB
CMYK
RGB Variations
Color information
#754AEB (or 0x754AEB) is known color: Medium Slate Blue. HEX triplet: 75, 4A and EB. RGB value is (117,74,235). Sum of RGB (Red+Green+Blue) = 117+74+235=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #754AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AEB is #8AB514. Grayscale: #686868. Windows color (decimal): -9090325 or 15420021. OLE color: 15420021.
HSL color Cylindrical-coordinate representation of color #754AEB: hue angle of 256.02º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754AEB is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 74 | 235 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.08 |
| HSL | 256.02º | 0.8% | 0.61% | - |
| HSV(B) | 256.02º | 0.69% | 0.92% | - |
| XYZ | 24.78 | 14.68 | 80.12 | - |
| YUV | 105.21 | 201.25 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 235 | 0.50 | 0.69 | 0 | 0.08 | 256.02 | 0.8 | 0.61 |
| Hex | 75 | 4A | EB | 32 | 45 | 0 | 8 | 100 | 50 | 3D |
| Octal | 165 | 112 | 353 | 62 | 105 | 0 | 10 | 400 | 120 | 75 |
| Binary | 1110101 | 1001010 | 11101011 | 110010 | 1000101 | 0 | 1000 | 100000000 | 1010000 | 111101 |
Color Harmonies of #754AEB
Complementary color
Monochromatic Colors of #754AEB
Black with #754AEB
Text Example
Text Example
White with #754AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AEB; }
p { color: rgb(117,74,235); }
H1.HeaderClassName
{
color: #754AEB;
}
.AnyTagClassName
{
color: #754AEB;
}
</style>
background-color css
<style>
a { background-color: #754AEB; }
a { background-color: rgb(117,74,235); }
div.DivClassName
{
background-color: #754AEB;
}
.BgClassName
{
background-color: #754AEB;
}
</style>
border-color css
<style>
span { border-color: #754AEB; }
span { border-color: rgb(117,74,235); }
td.TdClassName
{
border-color: #754AEB;
}
.TagClassName
{
border-color: #754AEB;
}
</style>