Shades of Studio #73529D
Tints of Studio #73529D
RGB
CMYK
RGB Variations
Color information
#73529D (or 0x73529D) is known color: Studio. HEX triplet: 73, 52 and 9D. RGB value is (115,82,157). Sum of RGB (Red+Green+Blue) = 115+82+157=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #73529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73529D is #8CAD62. Grayscale: #646464. Windows color (decimal): -9219427 or 10310259. OLE color: 10310259.
HSL color Cylindrical-coordinate representation of color #73529D: hue angle of 266.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73529D is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 82 | 157 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.38 |
| HSL | 266.4º | 0.31% | 0.47% | - |
| HSV(B) | 266.4º | 0.48% | 0.62% | - |
| XYZ | 16.17 | 12.11 | 33.38 | - |
| YUV | 100.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 157 | 0.27 | 0.48 | 0 | 0.38 | 266.4 | 0.31 | 0.47 |
| Hex | 73 | 52 | 9D | 1B | 30 | 0 | 26 | 10A | 1F | 2F |
| Octal | 163 | 122 | 235 | 33 | 60 | 0 | 46 | 412 | 37 | 57 |
| Binary | 1110011 | 1010010 | 10011101 | 11011 | 110000 | 0 | 100110 | 100001010 | 11111 | 101111 |
Color Harmonies of #73529D
Complementary color
Monochromatic Colors of #73529D
Black with #73529D
Text Example
Text Example
White with #73529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73529D; }
p { color: rgb(115,82,157); }
H1.HeaderClassName
{
color: #73529D;
}
.AnyTagClassName
{
color: #73529D;
}
</style>
background-color css
<style>
a { background-color: #73529D; }
a { background-color: rgb(115,82,157); }
div.DivClassName
{
background-color: #73529D;
}
.BgClassName
{
background-color: #73529D;
}
</style>
border-color css
<style>
span { border-color: #73529D; }
span { border-color: rgb(115,82,157); }
td.TdClassName
{
border-color: #73529D;
}
.TagClassName
{
border-color: #73529D;
}
</style>