Shades of Studio #734AB9
Tints of Studio #734AB9
RGB
CMYK
RGB Variations
Color information
#734AB9 (or 0x734AB9) is known color: Studio. HEX triplet: 73, 4A and B9. RGB value is (115,74,185). Sum of RGB (Red+Green+Blue) = 115+74+185=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #734AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734AB9 is #8CB546. Grayscale: #626262. Windows color (decimal): -9221447 or 12143219. OLE color: 12143219.
HSL color Cylindrical-coordinate representation of color #734AB9: hue angle of 262.16º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734AB9 is Cyan = 0.38, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 74 | 185 | - |
| CMYK | 0.38 | 0.6 | 0 | 0.27 |
| HSL | 262.16º | 0.44% | 0.51% | - |
| HSV(B) | 262.16º | 0.6% | 0.73% | - |
| XYZ | 18.28 | 12.05 | 47.26 | - |
| YUV | 98.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 185 | 0.38 | 0.6 | 0 | 0.27 | 262.16 | 0.44 | 0.51 |
| Hex | 73 | 4A | B9 | 26 | 3C | 0 | 1B | 106 | 2C | 33 |
| Octal | 163 | 112 | 271 | 46 | 74 | 0 | 33 | 406 | 54 | 63 |
| Binary | 1110011 | 1001010 | 10111001 | 100110 | 111100 | 0 | 11011 | 100000110 | 101100 | 110011 |
Color Harmonies of #734AB9
Complementary color
Monochromatic Colors of #734AB9
Black with #734AB9
Text Example
Text Example
White with #734AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734AB9; }
p { color: rgb(115,74,185); }
H1.HeaderClassName
{
color: #734AB9;
}
.AnyTagClassName
{
color: #734AB9;
}
</style>
background-color css
<style>
a { background-color: #734AB9; }
a { background-color: rgb(115,74,185); }
div.DivClassName
{
background-color: #734AB9;
}
.BgClassName
{
background-color: #734AB9;
}
</style>
border-color css
<style>
span { border-color: #734AB9; }
span { border-color: rgb(115,74,185); }
td.TdClassName
{
border-color: #734AB9;
}
.TagClassName
{
border-color: #734AB9;
}
</style>