Shades of Studio #704D96
Tints of Studio #704D96
RGB
CMYK
RGB Variations
Color information
#704D96 (or 0x704D96) is known color: Studio. HEX triplet: 70, 4D and 96. RGB value is (112,77,150). Sum of RGB (Red+Green+Blue) = 112+77+150=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #704D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704D96 is #8FB269. Grayscale: #5F5F5F. Windows color (decimal): -9417322 or 9850224. OLE color: 9850224.
HSL color Cylindrical-coordinate representation of color #704D96: hue angle of 268.77º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #704D96 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 77 | 150 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.41 |
| HSL | 268.77º | 0.32% | 0.45% | - |
| HSV(B) | 268.77º | 0.49% | 0.59% | - |
| XYZ | 14.84 | 10.95 | 30.19 | - |
| YUV | 95.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 150 | 0.25 | 0.49 | 0 | 0.41 | 268.77 | 0.32 | 0.45 |
| Hex | 70 | 4D | 96 | 19 | 31 | 0 | 29 | 10D | 20 | 2D |
| Octal | 160 | 115 | 226 | 31 | 61 | 0 | 51 | 415 | 40 | 55 |
| Binary | 1110000 | 1001101 | 10010110 | 11001 | 110001 | 0 | 101001 | 100001101 | 100000 | 101101 |
Color Harmonies of #704D96
Complementary color
Monochromatic Colors of #704D96
Black with #704D96
Text Example
Text Example
White with #704D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D96; }
p { color: rgb(112,77,150); }
H1.HeaderClassName
{
color: #704D96;
}
.AnyTagClassName
{
color: #704D96;
}
</style>
background-color css
<style>
a { background-color: #704D96; }
a { background-color: rgb(112,77,150); }
div.DivClassName
{
background-color: #704D96;
}
.BgClassName
{
background-color: #704D96;
}
</style>
border-color css
<style>
span { border-color: #704D96; }
span { border-color: rgb(112,77,150); }
td.TdClassName
{
border-color: #704D96;
}
.TagClassName
{
border-color: #704D96;
}
</style>