Shades of Studio #735092
Tints of Studio #735092
RGB
CMYK
RGB Variations
Color information
#735092 (or 0x735092) is known color: Studio. HEX triplet: 73, 50 and 92. RGB value is (115,80,146). Sum of RGB (Red+Green+Blue) = 115+80+146=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #735092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735092 is #8CAF6D. Grayscale: #616161. Windows color (decimal): -9219950 or 9588851. OLE color: 9588851.
HSL color Cylindrical-coordinate representation of color #735092: hue angle of 271.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #735092 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 80 | 146 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.43 |
| HSL | 271.82º | 0.29% | 0.44% | - |
| HSV(B) | 271.82º | 0.45% | 0.57% | - |
| XYZ | 15.13 | 11.46 | 28.61 | - |
| YUV | 97.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 146 | 0.21 | 0.45 | 0 | 0.43 | 271.82 | 0.29 | 0.44 |
| Hex | 73 | 50 | 92 | 15 | 2D | 0 | 2B | 110 | 1D | 2C |
| Octal | 163 | 120 | 222 | 25 | 55 | 0 | 53 | 420 | 35 | 54 |
| Binary | 1110011 | 1010000 | 10010010 | 10101 | 101101 | 0 | 101011 | 100010000 | 11101 | 101100 |
Color Harmonies of #735092
Complementary color
Monochromatic Colors of #735092
Black with #735092
Text Example
Text Example
White with #735092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735092; }
p { color: rgb(115,80,146); }
H1.HeaderClassName
{
color: #735092;
}
.AnyTagClassName
{
color: #735092;
}
</style>
background-color css
<style>
a { background-color: #735092; }
a { background-color: rgb(115,80,146); }
div.DivClassName
{
background-color: #735092;
}
.BgClassName
{
background-color: #735092;
}
</style>
border-color css
<style>
span { border-color: #735092; }
span { border-color: rgb(115,80,146); }
td.TdClassName
{
border-color: #735092;
}
.TagClassName
{
border-color: #735092;
}
</style>