Shades of Medium Slate Blue #736FE1
Tints of Medium Slate Blue #736FE1
RGB
CMYK
RGB Variations
Color information
#736FE1 (or 0x736FE1) is known color: Medium Slate Blue. HEX triplet: 73, 6F and E1. RGB value is (115,111,225). Sum of RGB (Red+Green+Blue) = 115+111+225=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #736FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736FE1 is #8C901E. Grayscale: #7C7C7C. Windows color (decimal): -9211935 or 14774131. OLE color: 14774131.
HSL color Cylindrical-coordinate representation of color #736FE1: hue angle of 242.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #736FE1 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 111 | 225 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.12 |
| HSL | 242.11º | 0.66% | 0.66% | - |
| HSV(B) | 242.11º | 0.51% | 0.88% | - |
| XYZ | 26.35 | 20.45 | 73.79 | - |
| YUV | 125.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 225 | 0.49 | 0.51 | 0 | 0.12 | 242.11 | 0.66 | 0.66 |
| Hex | 73 | 6F | E1 | 31 | 33 | 0 | C | F2 | 42 | 42 |
| Octal | 163 | 157 | 341 | 61 | 63 | 0 | 14 | 362 | 102 | 102 |
| Binary | 1110011 | 1101111 | 11100001 | 110001 | 110011 | 0 | 1100 | 11110010 | 1000010 | 1000010 |
Color Harmonies of #736FE1
Complementary color
Monochromatic Colors of #736FE1
Black with #736FE1
Text Example
Text Example
White with #736FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FE1; }
p { color: rgb(115,111,225); }
H1.HeaderClassName
{
color: #736FE1;
}
.AnyTagClassName
{
color: #736FE1;
}
</style>
background-color css
<style>
a { background-color: #736FE1; }
a { background-color: rgb(115,111,225); }
div.DivClassName
{
background-color: #736FE1;
}
.BgClassName
{
background-color: #736FE1;
}
</style>
border-color css
<style>
span { border-color: #736FE1; }
span { border-color: rgb(115,111,225); }
td.TdClassName
{
border-color: #736FE1;
}
.TagClassName
{
border-color: #736FE1;
}
</style>