Shades of Medium Slate Blue #755FEA
Tints of Medium Slate Blue #755FEA
RGB
CMYK
RGB Variations
Color information
#755FEA (or 0x755FEA) is known color: Medium Slate Blue. HEX triplet: 75, 5F and EA. RGB value is (117,95,234). Sum of RGB (Red+Green+Blue) = 117+95+234=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #755FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FEA is #8AA015. Grayscale: #747474. Windows color (decimal): -9084950 or 15359861. OLE color: 15359861.
HSL color Cylindrical-coordinate representation of color #755FEA: hue angle of 249.5º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755FEA is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 95 | 234 | - |
| CMYK | 0.5 | 0.59 | 0 | 0.08 |
| HSL | 249.5º | 0.77% | 0.65% | - |
| HSV(B) | 249.5º | 0.59% | 0.92% | - |
| XYZ | 26.28 | 17.91 | 79.91 | - |
| YUV | 117.42 | 193.79 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 234 | 0.5 | 0.59 | 0 | 0.08 | 249.5 | 0.77 | 0.65 |
| Hex | 75 | 5F | EA | 32 | 3B | 0 | 8 | F9 | 4D | 41 |
| Octal | 165 | 137 | 352 | 62 | 73 | 0 | 10 | 371 | 115 | 101 |
| Binary | 1110101 | 1011111 | 11101010 | 110010 | 111011 | 0 | 1000 | 11111001 | 1001101 | 1000001 |
Color Harmonies of #755FEA
Complementary color
Monochromatic Colors of #755FEA
Black with #755FEA
Text Example
Text Example
White with #755FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FEA; }
p { color: rgb(117,95,234); }
H1.HeaderClassName
{
color: #755FEA;
}
.AnyTagClassName
{
color: #755FEA;
}
</style>
background-color css
<style>
a { background-color: #755FEA; }
a { background-color: rgb(117,95,234); }
div.DivClassName
{
background-color: #755FEA;
}
.BgClassName
{
background-color: #755FEA;
}
</style>
border-color css
<style>
span { border-color: #755FEA; }
span { border-color: rgb(117,95,234); }
td.TdClassName
{
border-color: #755FEA;
}
.TagClassName
{
border-color: #755FEA;
}
</style>