Shades of Studio #735395
Tints of Studio #735395
RGB
CMYK
RGB Variations
Color information
#735395 (or 0x735395) is known color: Studio. HEX triplet: 73, 53 and 95. RGB value is (115,83,149). Sum of RGB (Red+Green+Blue) = 115+83+149=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #735395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735395 is #8CAC6A. Grayscale: #636363. Windows color (decimal): -9219179 or 9786227. OLE color: 9786227.
HSL color Cylindrical-coordinate representation of color #735395: hue angle of 269.09º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735395 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 83 | 149 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.42 |
| HSL | 269.09º | 0.28% | 0.45% | - |
| HSV(B) | 269.09º | 0.44% | 0.58% | - |
| XYZ | 15.59 | 12 | 29.93 | - |
| YUV | 100.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 149 | 0.23 | 0.44 | 0 | 0.42 | 269.09 | 0.28 | 0.45 |
| Hex | 73 | 53 | 95 | 17 | 2C | 0 | 2A | 10D | 1C | 2D |
| Octal | 163 | 123 | 225 | 27 | 54 | 0 | 52 | 415 | 34 | 55 |
| Binary | 1110011 | 1010011 | 10010101 | 10111 | 101100 | 0 | 101010 | 100001101 | 11100 | 101101 |
Color Harmonies of #735395
Complementary color
Monochromatic Colors of #735395
Black with #735395
Text Example
Text Example
White with #735395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735395; }
p { color: rgb(115,83,149); }
H1.HeaderClassName
{
color: #735395;
}
.AnyTagClassName
{
color: #735395;
}
</style>
background-color css
<style>
a { background-color: #735395; }
a { background-color: rgb(115,83,149); }
div.DivClassName
{
background-color: #735395;
}
.BgClassName
{
background-color: #735395;
}
</style>
border-color css
<style>
span { border-color: #735395; }
span { border-color: rgb(115,83,149); }
td.TdClassName
{
border-color: #735395;
}
.TagClassName
{
border-color: #735395;
}
</style>