Shades of Medium Slate Blue #735AE6
Tints of Medium Slate Blue #735AE6
RGB
CMYK
RGB Variations
Color information
#735AE6 (or 0x735AE6) is known color: Medium Slate Blue. HEX triplet: 73, 5A and E6. RGB value is (115,90,230). Sum of RGB (Red+Green+Blue) = 115+90+230=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #735AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735AE6 is #8CA519. Grayscale: #707070. Windows color (decimal): -9217306 or 15096435. OLE color: 15096435.
HSL color Cylindrical-coordinate representation of color #735AE6: hue angle of 250.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #735AE6 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 90 | 230 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.10 |
| HSL | 250.71º | 0.74% | 0.63% | - |
| HSV(B) | 250.71º | 0.61% | 0.9% | - |
| XYZ | 25.01 | 16.67 | 76.76 | - |
| YUV | 113.44 | 193.78 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 230 | 0.5 | 0.61 | 0 | 0.10 | 250.71 | 0.74 | 0.63 |
| Hex | 73 | 5A | E6 | 32 | 3D | 0 | A | FB | 4A | 3F |
| Octal | 163 | 132 | 346 | 62 | 75 | 0 | 12 | 373 | 112 | 77 |
| Binary | 1110011 | 1011010 | 11100110 | 110010 | 111101 | 0 | 1010 | 11111011 | 1001010 | 111111 |
Color Harmonies of #735AE6
Complementary color
Monochromatic Colors of #735AE6
Black with #735AE6
Text Example
Text Example
White with #735AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AE6; }
p { color: rgb(115,90,230); }
H1.HeaderClassName
{
color: #735AE6;
}
.AnyTagClassName
{
color: #735AE6;
}
</style>
background-color css
<style>
a { background-color: #735AE6; }
a { background-color: rgb(115,90,230); }
div.DivClassName
{
background-color: #735AE6;
}
.BgClassName
{
background-color: #735AE6;
}
</style>
border-color css
<style>
span { border-color: #735AE6; }
span { border-color: rgb(115,90,230); }
td.TdClassName
{
border-color: #735AE6;
}
.TagClassName
{
border-color: #735AE6;
}
</style>