Shades of Medium Slate Blue #754AEF
Tints of Medium Slate Blue #754AEF
RGB
CMYK
RGB Variations
Color information
#754AEF (or 0x754AEF) is known color: Medium Slate Blue. HEX triplet: 75, 4A and EF. RGB value is (117,74,239). Sum of RGB (Red+Green+Blue) = 117+74+239=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #754AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AEF is #8AB510. Grayscale: #696969. Windows color (decimal): -9090321 or 15682165. OLE color: 15682165.
HSL color Cylindrical-coordinate representation of color #754AEF: hue angle of 255.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754AEF is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 74 | 239 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.06 |
| HSL | 255.64º | 0.84% | 0.61% | - |
| HSV(B) | 255.64º | 0.69% | 0.94% | - |
| XYZ | 25.36 | 14.91 | 83.2 | - |
| YUV | 105.67 | 203.25 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 239 | 0.51 | 0.69 | 0 | 0.06 | 255.64 | 0.84 | 0.61 |
| Hex | 75 | 4A | EF | 33 | 45 | 0 | 6 | 100 | 54 | 3D |
| Octal | 165 | 112 | 357 | 63 | 105 | 0 | 6 | 400 | 124 | 75 |
| Binary | 1110101 | 1001010 | 11101111 | 110011 | 1000101 | 0 | 110 | 100000000 | 1010100 | 111101 |
Color Harmonies of #754AEF
Complementary color
Monochromatic Colors of #754AEF
Black with #754AEF
Text Example
Text Example
White with #754AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AEF; }
p { color: rgb(117,74,239); }
H1.HeaderClassName
{
color: #754AEF;
}
.AnyTagClassName
{
color: #754AEF;
}
</style>
background-color css
<style>
a { background-color: #754AEF; }
a { background-color: rgb(117,74,239); }
div.DivClassName
{
background-color: #754AEF;
}
.BgClassName
{
background-color: #754AEF;
}
</style>
border-color css
<style>
span { border-color: #754AEF; }
span { border-color: rgb(117,74,239); }
td.TdClassName
{
border-color: #754AEF;
}
.TagClassName
{
border-color: #754AEF;
}
</style>