Shades of Studio #705092
Tints of Studio #705092
RGB
CMYK
RGB Variations
Color information
#705092 (or 0x705092) is known color: Studio. HEX triplet: 70, 50 and 92. RGB value is (112,80,146). Sum of RGB (Red+Green+Blue) = 112+80+146=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 80 (31.64% from 255 or 23.67% 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 #705092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705092 is #8FAF6D. Grayscale: #606060. Windows color (decimal): -9416558 or 9588848. OLE color: 9588848.
HSL color Cylindrical-coordinate representation of color #705092: hue angle of 269.09º 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 #705092 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 80 | 146 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.43 |
| HSL | 269.09º | 0.29% | 0.44% | - |
| HSV(B) | 269.09º | 0.45% | 0.57% | - |
| XYZ | 14.74 | 11.26 | 28.59 | - |
| YUV | 97.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 146 | 0.23 | 0.45 | 0 | 0.43 | 269.09 | 0.29 | 0.44 |
| Hex | 70 | 50 | 92 | 17 | 2D | 0 | 2B | 10D | 1D | 2C |
| Octal | 160 | 120 | 222 | 27 | 55 | 0 | 53 | 415 | 35 | 54 |
| Binary | 1110000 | 1010000 | 10010010 | 10111 | 101101 | 0 | 101011 | 100001101 | 11101 | 101100 |
Color Harmonies of #705092
Complementary color
Monochromatic Colors of #705092
Black with #705092
Text Example
Text Example
White with #705092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705092; }
p { color: rgb(112,80,146); }
H1.HeaderClassName
{
color: #705092;
}
.AnyTagClassName
{
color: #705092;
}
</style>
background-color css
<style>
a { background-color: #705092; }
a { background-color: rgb(112,80,146); }
div.DivClassName
{
background-color: #705092;
}
.BgClassName
{
background-color: #705092;
}
</style>
border-color css
<style>
span { border-color: #705092; }
span { border-color: rgb(112,80,146); }
td.TdClassName
{
border-color: #705092;
}
.TagClassName
{
border-color: #705092;
}
</style>