Shades of Medium Slate Blue #735AEF
Tints of Medium Slate Blue #735AEF
RGB
CMYK
RGB Variations
Color information
#735AEF (or 0x735AEF) is known color: Medium Slate Blue. HEX triplet: 73, 5A and EF. RGB value is (115,90,239). Sum of RGB (Red+Green+Blue) = 115+90+239=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #735AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735AEF is #8CA510. Grayscale: #717171. Windows color (decimal): -9217297 or 15686259. OLE color: 15686259.
HSL color Cylindrical-coordinate representation of color #735AEF: hue angle of 250.07º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735AEF is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 90 | 239 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.06 |
| HSL | 250.07º | 0.82% | 0.65% | - |
| HSV(B) | 250.07º | 0.62% | 0.94% | - |
| XYZ | 26.31 | 17.19 | 83.59 | - |
| YUV | 114.46 | 198.28 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 239 | 0.52 | 0.62 | 0 | 0.06 | 250.07 | 0.82 | 0.65 |
| Hex | 73 | 5A | EF | 34 | 3E | 0 | 6 | FA | 52 | 41 |
| Octal | 163 | 132 | 357 | 64 | 76 | 0 | 6 | 372 | 122 | 101 |
| Binary | 1110011 | 1011010 | 11101111 | 110100 | 111110 | 0 | 110 | 11111010 | 1010010 | 1000001 |
Color Harmonies of #735AEF
Complementary color
Monochromatic Colors of #735AEF
Black with #735AEF
Text Example
Text Example
White with #735AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AEF; }
p { color: rgb(115,90,239); }
H1.HeaderClassName
{
color: #735AEF;
}
.AnyTagClassName
{
color: #735AEF;
}
</style>
background-color css
<style>
a { background-color: #735AEF; }
a { background-color: rgb(115,90,239); }
div.DivClassName
{
background-color: #735AEF;
}
.BgClassName
{
background-color: #735AEF;
}
</style>
border-color css
<style>
span { border-color: #735AEF; }
span { border-color: rgb(115,90,239); }
td.TdClassName
{
border-color: #735AEF;
}
.TagClassName
{
border-color: #735AEF;
}
</style>