Shades of Studio #734D92
Tints of Studio #734D92
RGB
CMYK
RGB Variations
Color information
#734D92 (or 0x734D92) is known color: Studio. HEX triplet: 73, 4D and 92. RGB value is (115,77,146). Sum of RGB (Red+Green+Blue) = 115+77+146=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #734D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734D92 is #8CB26D. Grayscale: #5F5F5F. Windows color (decimal): -9220718 or 9588083. OLE color: 9588083.
HSL color Cylindrical-coordinate representation of color #734D92: hue angle of 273.04º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #734D92 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 77 | 146 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.43 |
| HSL | 273.04º | 0.31% | 0.44% | - |
| HSV(B) | 273.04º | 0.47% | 0.57% | - |
| XYZ | 14.91 | 11.03 | 28.54 | - |
| YUV | 96.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 146 | 0.21 | 0.47 | 0 | 0.43 | 273.04 | 0.31 | 0.44 |
| Hex | 73 | 4D | 92 | 15 | 2F | 0 | 2B | 111 | 1F | 2C |
| Octal | 163 | 115 | 222 | 25 | 57 | 0 | 53 | 421 | 37 | 54 |
| Binary | 1110011 | 1001101 | 10010010 | 10101 | 101111 | 0 | 101011 | 100010001 | 11111 | 101100 |
Color Harmonies of #734D92
Complementary color
Monochromatic Colors of #734D92
Black with #734D92
Text Example
Text Example
White with #734D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D92; }
p { color: rgb(115,77,146); }
H1.HeaderClassName
{
color: #734D92;
}
.AnyTagClassName
{
color: #734D92;
}
</style>
background-color css
<style>
a { background-color: #734D92; }
a { background-color: rgb(115,77,146); }
div.DivClassName
{
background-color: #734D92;
}
.BgClassName
{
background-color: #734D92;
}
</style>
border-color css
<style>
span { border-color: #734D92; }
span { border-color: rgb(115,77,146); }
td.TdClassName
{
border-color: #734D92;
}
.TagClassName
{
border-color: #734D92;
}
</style>