Shades of Studio #725092
Tints of Studio #725092
RGB
CMYK
RGB Variations
Color information
#725092 (or 0x725092) is known color: Studio. HEX triplet: 72, 50 and 92. RGB value is (114,80,146). Sum of RGB (Red+Green+Blue) = 114+80+146=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #725092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725092 is #8DAF6D. Grayscale: #616161. Windows color (decimal): -9285486 or 9588850. OLE color: 9588850.
HSL color Cylindrical-coordinate representation of color #725092: hue angle of 270.91º 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 #725092 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 80 | 146 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.43 |
| HSL | 270.91º | 0.29% | 0.44% | - |
| HSV(B) | 270.91º | 0.45% | 0.57% | - |
| XYZ | 15 | 11.39 | 28.6 | - |
| YUV | 97.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 146 | 0.22 | 0.45 | 0 | 0.43 | 270.91 | 0.29 | 0.44 |
| Hex | 72 | 50 | 92 | 16 | 2D | 0 | 2B | 10F | 1D | 2C |
| Octal | 162 | 120 | 222 | 26 | 55 | 0 | 53 | 417 | 35 | 54 |
| Binary | 1110010 | 1010000 | 10010010 | 10110 | 101101 | 0 | 101011 | 100001111 | 11101 | 101100 |
Color Harmonies of #725092
Complementary color
Monochromatic Colors of #725092
Black with #725092
Text Example
Text Example
White with #725092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725092; }
p { color: rgb(114,80,146); }
H1.HeaderClassName
{
color: #725092;
}
.AnyTagClassName
{
color: #725092;
}
</style>
background-color css
<style>
a { background-color: #725092; }
a { background-color: rgb(114,80,146); }
div.DivClassName
{
background-color: #725092;
}
.BgClassName
{
background-color: #725092;
}
</style>
border-color css
<style>
span { border-color: #725092; }
span { border-color: rgb(114,80,146); }
td.TdClassName
{
border-color: #725092;
}
.TagClassName
{
border-color: #725092;
}
</style>