Shades of Studio #735695
Tints of Studio #735695
RGB
CMYK
RGB Variations
Color information
#735695 (or 0x735695) is known color: Studio. HEX triplet: 73, 56 and 95. RGB value is (115,86,149). Sum of RGB (Red+Green+Blue) = 115+86+149=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #735695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735695 is #8CA96A. Grayscale: #656565. Windows color (decimal): -9218411 or 9786995. OLE color: 9786995.
HSL color Cylindrical-coordinate representation of color #735695: hue angle of 267.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735695 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 86 | 149 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.42 |
| HSL | 267.62º | 0.27% | 0.46% | - |
| HSV(B) | 267.62º | 0.42% | 0.58% | - |
| XYZ | 15.82 | 12.47 | 30.01 | - |
| YUV | 101.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 149 | 0.23 | 0.42 | 0 | 0.42 | 267.62 | 0.27 | 0.46 |
| Hex | 73 | 56 | 95 | 17 | 2A | 0 | 2A | 10C | 1B | 2E |
| Octal | 163 | 126 | 225 | 27 | 52 | 0 | 52 | 414 | 33 | 56 |
| Binary | 1110011 | 1010110 | 10010101 | 10111 | 101010 | 0 | 101010 | 100001100 | 11011 | 101110 |
Color Harmonies of #735695
Complementary color
Monochromatic Colors of #735695
Black with #735695
Text Example
Text Example
White with #735695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735695; }
p { color: rgb(115,86,149); }
H1.HeaderClassName
{
color: #735695;
}
.AnyTagClassName
{
color: #735695;
}
</style>
background-color css
<style>
a { background-color: #735695; }
a { background-color: rgb(115,86,149); }
div.DivClassName
{
background-color: #735695;
}
.BgClassName
{
background-color: #735695;
}
</style>
border-color css
<style>
span { border-color: #735695; }
span { border-color: rgb(115,86,149); }
td.TdClassName
{
border-color: #735695;
}
.TagClassName
{
border-color: #735695;
}
</style>