Shades of Studio #73509C
Tints of Studio #73509C
RGB
CMYK
RGB Variations
Color information
#73509C (or 0x73509C) is known color: Studio. HEX triplet: 73, 50 and 9C. RGB value is (115,80,156). Sum of RGB (Red+Green+Blue) = 115+80+156=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #73509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73509C is #8CAF63. Grayscale: #626262. Windows color (decimal): -9219940 or 10244211. OLE color: 10244211.
HSL color Cylindrical-coordinate representation of color #73509C: hue angle of 267.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73509C is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 80 | 156 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.39 |
| HSL | 267.63º | 0.32% | 0.46% | - |
| HSV(B) | 267.63º | 0.49% | 0.61% | - |
| XYZ | 15.94 | 11.78 | 32.89 | - |
| YUV | 99.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 156 | 0.26 | 0.49 | 0 | 0.39 | 267.63 | 0.32 | 0.46 |
| Hex | 73 | 50 | 9C | 1A | 31 | 0 | 27 | 10C | 20 | 2E |
| Octal | 163 | 120 | 234 | 32 | 61 | 0 | 47 | 414 | 40 | 56 |
| Binary | 1110011 | 1010000 | 10011100 | 11010 | 110001 | 0 | 100111 | 100001100 | 100000 | 101110 |
Color Harmonies of #73509C
Complementary color
Monochromatic Colors of #73509C
Black with #73509C
Text Example
Text Example
White with #73509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73509C; }
p { color: rgb(115,80,156); }
H1.HeaderClassName
{
color: #73509C;
}
.AnyTagClassName
{
color: #73509C;
}
</style>
background-color css
<style>
a { background-color: #73509C; }
a { background-color: rgb(115,80,156); }
div.DivClassName
{
background-color: #73509C;
}
.BgClassName
{
background-color: #73509C;
}
</style>
border-color css
<style>
span { border-color: #73509C; }
span { border-color: rgb(115,80,156); }
td.TdClassName
{
border-color: #73509C;
}
.TagClassName
{
border-color: #73509C;
}
</style>