Shades of Studio #705090
Tints of Studio #705090
RGB
CMYK
RGB Variations
Color information
#705090 (or 0x705090) is known color: Studio. HEX triplet: 70, 50 and 90. RGB value is (112,80,144). Sum of RGB (Red+Green+Blue) = 112+80+144=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #705090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705090 is #8FAF6F. Grayscale: #606060. Windows color (decimal): -9416560 or 9457776. OLE color: 9457776.
HSL color Cylindrical-coordinate representation of color #705090: hue angle of 270º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705090 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 80 | 144 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.44 |
| HSL | 270º | 0.29% | 0.44% | - |
| HSV(B) | 270º | 0.44% | 0.56% | - |
| XYZ | 14.58 | 11.2 | 27.78 | - |
| YUV | 96.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 144 | 0.22 | 0.44 | 0 | 0.44 | 270 | 0.29 | 0.44 |
| Hex | 70 | 50 | 90 | 16 | 2C | 0 | 2C | 10E | 1D | 2C |
| Octal | 160 | 120 | 220 | 26 | 54 | 0 | 54 | 416 | 35 | 54 |
| Binary | 1110000 | 1010000 | 10010000 | 10110 | 101100 | 0 | 101100 | 100001110 | 11101 | 101100 |
Color Harmonies of #705090
Complementary color
Monochromatic Colors of #705090
Black with #705090
Text Example
Text Example
White with #705090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705090; }
p { color: rgb(112,80,144); }
H1.HeaderClassName
{
color: #705090;
}
.AnyTagClassName
{
color: #705090;
}
</style>
background-color css
<style>
a { background-color: #705090; }
a { background-color: rgb(112,80,144); }
div.DivClassName
{
background-color: #705090;
}
.BgClassName
{
background-color: #705090;
}
</style>
border-color css
<style>
span { border-color: #705090; }
span { border-color: rgb(112,80,144); }
td.TdClassName
{
border-color: #705090;
}
.TagClassName
{
border-color: #705090;
}
</style>