Shades of Studio #73509D
Tints of Studio #73509D
RGB
CMYK
RGB Variations
Color information
#73509D (or 0x73509D) is known color: Studio. HEX triplet: 73, 50 and 9D. RGB value is (115,80,157). Sum of RGB (Red+Green+Blue) = 115+80+157=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #73509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73509D is #8CAF62. Grayscale: #626262. Windows color (decimal): -9219939 or 10309747. OLE color: 10309747.
HSL color Cylindrical-coordinate representation of color #73509D: hue angle of 267.27º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73509D is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 80 | 157 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.38 |
| HSL | 267.27º | 0.32% | 0.46% | - |
| HSV(B) | 267.27º | 0.49% | 0.62% | - |
| XYZ | 16.02 | 11.82 | 33.33 | - |
| YUV | 99.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 157 | 0.27 | 0.49 | 0 | 0.38 | 267.27 | 0.32 | 0.46 |
| Hex | 73 | 50 | 9D | 1B | 31 | 0 | 26 | 10B | 20 | 2E |
| Octal | 163 | 120 | 235 | 33 | 61 | 0 | 46 | 413 | 40 | 56 |
| Binary | 1110011 | 1010000 | 10011101 | 11011 | 110001 | 0 | 100110 | 100001011 | 100000 | 101110 |
Color Harmonies of #73509D
Complementary color
Monochromatic Colors of #73509D
Black with #73509D
Text Example
Text Example
White with #73509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73509D; }
p { color: rgb(115,80,157); }
H1.HeaderClassName
{
color: #73509D;
}
.AnyTagClassName
{
color: #73509D;
}
</style>
background-color css
<style>
a { background-color: #73509D; }
a { background-color: rgb(115,80,157); }
div.DivClassName
{
background-color: #73509D;
}
.BgClassName
{
background-color: #73509D;
}
</style>
border-color css
<style>
span { border-color: #73509D; }
span { border-color: rgb(115,80,157); }
td.TdClassName
{
border-color: #73509D;
}
.TagClassName
{
border-color: #73509D;
}
</style>