Shades of Medium Slate Blue #734EEA
Tints of Medium Slate Blue #734EEA
RGB
CMYK
RGB Variations
Color information
#734EEA (or 0x734EEA) is known color: Medium Slate Blue. HEX triplet: 73, 4E and EA. RGB value is (115,78,234). Sum of RGB (Red+Green+Blue) = 115+78+234=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #734EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #734EEA is #8CB115. Grayscale: #6A6A6A. Windows color (decimal): -9220374 or 15355507. OLE color: 15355507.
HSL color Cylindrical-coordinate representation of color #734EEA: hue angle of 254.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #734EEA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 78 | 234 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.08 |
| HSL | 254.23º | 0.79% | 0.61% | - |
| HSV(B) | 254.23º | 0.67% | 0.92% | - |
| XYZ | 24.65 | 15.03 | 79.44 | - |
| YUV | 106.85 | 199.76 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 234 | 0.51 | 0.67 | 0 | 0.08 | 254.23 | 0.79 | 0.61 |
| Hex | 73 | 4E | EA | 33 | 43 | 0 | 8 | FE | 4F | 3D |
| Octal | 163 | 116 | 352 | 63 | 103 | 0 | 10 | 376 | 117 | 75 |
| Binary | 1110011 | 1001110 | 11101010 | 110011 | 1000011 | 0 | 1000 | 11111110 | 1001111 | 111101 |
Color Harmonies of #734EEA
Complementary color
Monochromatic Colors of #734EEA
Black with #734EEA
Text Example
Text Example
White with #734EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734EEA; }
p { color: rgb(115,78,234); }
H1.HeaderClassName
{
color: #734EEA;
}
.AnyTagClassName
{
color: #734EEA;
}
</style>
background-color css
<style>
a { background-color: #734EEA; }
a { background-color: rgb(115,78,234); }
div.DivClassName
{
background-color: #734EEA;
}
.BgClassName
{
background-color: #734EEA;
}
</style>
border-color css
<style>
span { border-color: #734EEA; }
span { border-color: rgb(115,78,234); }
td.TdClassName
{
border-color: #734EEA;
}
.TagClassName
{
border-color: #734EEA;
}
</style>