Shades of Medium Slate Blue #736FEA
Tints of Medium Slate Blue #736FEA
RGB
CMYK
RGB Variations
Color information
#736FEA (or 0x736FEA) is known color: Medium Slate Blue. HEX triplet: 73, 6F and EA. RGB value is (115,111,234). Sum of RGB (Red+Green+Blue) = 115+111+234=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #736FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736FEA is #8C9015. Grayscale: #7D7D7D. Windows color (decimal): -9211926 or 15363955. OLE color: 15363955.
HSL color Cylindrical-coordinate representation of color #736FEA: hue angle of 241.95º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #736FEA is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 111 | 234 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.08 |
| HSL | 241.95º | 0.75% | 0.68% | - |
| HSV(B) | 241.95º | 0.53% | 0.92% | - |
| XYZ | 27.61 | 20.95 | 80.43 | - |
| YUV | 126.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 234 | 0.51 | 0.53 | 0 | 0.08 | 241.95 | 0.75 | 0.68 |
| Hex | 73 | 6F | EA | 33 | 35 | 0 | 8 | F2 | 4B | 44 |
| Octal | 163 | 157 | 352 | 63 | 65 | 0 | 10 | 362 | 113 | 104 |
| Binary | 1110011 | 1101111 | 11101010 | 110011 | 110101 | 0 | 1000 | 11110010 | 1001011 | 1000100 |
Color Harmonies of #736FEA
Complementary color
Monochromatic Colors of #736FEA
Black with #736FEA
Text Example
Text Example
White with #736FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FEA; }
p { color: rgb(115,111,234); }
H1.HeaderClassName
{
color: #736FEA;
}
.AnyTagClassName
{
color: #736FEA;
}
</style>
background-color css
<style>
a { background-color: #736FEA; }
a { background-color: rgb(115,111,234); }
div.DivClassName
{
background-color: #736FEA;
}
.BgClassName
{
background-color: #736FEA;
}
</style>
border-color css
<style>
span { border-color: #736FEA; }
span { border-color: rgb(115,111,234); }
td.TdClassName
{
border-color: #736FEA;
}
.TagClassName
{
border-color: #736FEA;
}
</style>