Shades of Studio #734D9E
Tints of Studio #734D9E
RGB
CMYK
RGB Variations
Color information
#734D9E (or 0x734D9E) is known color: Studio. HEX triplet: 73, 4D and 9E. RGB value is (115,77,158). Sum of RGB (Red+Green+Blue) = 115+77+158=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #734D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734D9E is #8CB261. Grayscale: #616161. Windows color (decimal): -9220706 or 10374515. OLE color: 10374515.
HSL color Cylindrical-coordinate representation of color #734D9E: hue angle of 268.15º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #734D9E is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 77 | 158 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.38 |
| HSL | 268.15º | 0.34% | 0.46% | - |
| HSV(B) | 268.15º | 0.51% | 0.62% | - |
| XYZ | 15.9 | 11.42 | 33.71 | - |
| YUV | 97.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 158 | 0.27 | 0.51 | 0 | 0.38 | 268.15 | 0.34 | 0.46 |
| Hex | 73 | 4D | 9E | 1B | 33 | 0 | 26 | 10C | 22 | 2E |
| Octal | 163 | 115 | 236 | 33 | 63 | 0 | 46 | 414 | 42 | 56 |
| Binary | 1110011 | 1001101 | 10011110 | 11011 | 110011 | 0 | 100110 | 100001100 | 100010 | 101110 |
Color Harmonies of #734D9E
Complementary color
Monochromatic Colors of #734D9E
Black with #734D9E
Text Example
Text Example
White with #734D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D9E; }
p { color: rgb(115,77,158); }
H1.HeaderClassName
{
color: #734D9E;
}
.AnyTagClassName
{
color: #734D9E;
}
</style>
background-color css
<style>
a { background-color: #734D9E; }
a { background-color: rgb(115,77,158); }
div.DivClassName
{
background-color: #734D9E;
}
.BgClassName
{
background-color: #734D9E;
}
</style>
border-color css
<style>
span { border-color: #734D9E; }
span { border-color: rgb(115,77,158); }
td.TdClassName
{
border-color: #734D9E;
}
.TagClassName
{
border-color: #734D9E;
}
</style>