Shades of Studio #73589A
Tints of Studio #73589A
RGB
CMYK
RGB Variations
Color information
#73589A (or 0x73589A) is known color: Studio. HEX triplet: 73, 58 and 9A. RGB value is (115,88,154). Sum of RGB (Red+Green+Blue) = 115+88+154=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #73589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73589A is #8CA765. Grayscale: #676767. Windows color (decimal): -9217894 or 10115187. OLE color: 10115187.
HSL color Cylindrical-coordinate representation of color #73589A: hue angle of 264.55º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73589A is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 88 | 154 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.40 |
| HSL | 264.55º | 0.27% | 0.47% | - |
| HSV(B) | 264.55º | 0.43% | 0.6% | - |
| XYZ | 16.39 | 12.96 | 32.21 | - |
| YUV | 103.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 154 | 0.25 | 0.43 | 0 | 0.40 | 264.55 | 0.27 | 0.47 |
| Hex | 73 | 58 | 9A | 19 | 2B | 0 | 28 | 109 | 1B | 2F |
| Octal | 163 | 130 | 232 | 31 | 53 | 0 | 50 | 411 | 33 | 57 |
| Binary | 1110011 | 1011000 | 10011010 | 11001 | 101011 | 0 | 101000 | 100001001 | 11011 | 101111 |
Color Harmonies of #73589A
Complementary color
Monochromatic Colors of #73589A
Black with #73589A
Text Example
Text Example
White with #73589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73589A; }
p { color: rgb(115,88,154); }
H1.HeaderClassName
{
color: #73589A;
}
.AnyTagClassName
{
color: #73589A;
}
</style>
background-color css
<style>
a { background-color: #73589A; }
a { background-color: rgb(115,88,154); }
div.DivClassName
{
background-color: #73589A;
}
.BgClassName
{
background-color: #73589A;
}
</style>
border-color css
<style>
span { border-color: #73589A; }
span { border-color: rgb(115,88,154); }
td.TdClassName
{
border-color: #73589A;
}
.TagClassName
{
border-color: #73589A;
}
</style>