Shades of Studio #735394
Tints of Studio #735394
RGB
CMYK
RGB Variations
Color information
#735394 (or 0x735394) is known color: Studio. HEX triplet: 73, 53 and 94. RGB value is (115,83,148). Sum of RGB (Red+Green+Blue) = 115+83+148=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #735394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735394 is #8CAC6B. Grayscale: #636363. Windows color (decimal): -9219180 or 9720691. OLE color: 9720691.
HSL color Cylindrical-coordinate representation of color #735394: hue angle of 269.54º 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 #735394 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 83 | 148 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.42 |
| HSL | 269.54º | 0.28% | 0.45% | - |
| HSV(B) | 269.54º | 0.44% | 0.58% | - |
| XYZ | 15.51 | 11.97 | 29.51 | - |
| YUV | 99.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 148 | 0.22 | 0.44 | 0 | 0.42 | 269.54 | 0.28 | 0.45 |
| Hex | 73 | 53 | 94 | 16 | 2C | 0 | 2A | 10E | 1C | 2D |
| Octal | 163 | 123 | 224 | 26 | 54 | 0 | 52 | 416 | 34 | 55 |
| Binary | 1110011 | 1010011 | 10010100 | 10110 | 101100 | 0 | 101010 | 100001110 | 11100 | 101101 |
Color Harmonies of #735394
Complementary color
Monochromatic Colors of #735394
Black with #735394
Text Example
Text Example
White with #735394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735394; }
p { color: rgb(115,83,148); }
H1.HeaderClassName
{
color: #735394;
}
.AnyTagClassName
{
color: #735394;
}
</style>
background-color css
<style>
a { background-color: #735394; }
a { background-color: rgb(115,83,148); }
div.DivClassName
{
background-color: #735394;
}
.BgClassName
{
background-color: #735394;
}
</style>
border-color css
<style>
span { border-color: #735394; }
span { border-color: rgb(115,83,148); }
td.TdClassName
{
border-color: #735394;
}
.TagClassName
{
border-color: #735394;
}
</style>