Shades of Studio #734DB6
Tints of Studio #734DB6
RGB
CMYK
RGB Variations
Color information
#734DB6 (or 0x734DB6) is known color: Studio. HEX triplet: 73, 4D and B6. RGB value is (115,77,182). Sum of RGB (Red+Green+Blue) = 115+77+182=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #734DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DB6 is #8CB249. Grayscale: #636363. Windows color (decimal): -9220682 or 11947379. OLE color: 11947379.
HSL color Cylindrical-coordinate representation of color #734DB6: hue angle of 261.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #734DB6 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 77 | 182 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.29 |
| HSL | 261.71º | 0.42% | 0.51% | - |
| HSV(B) | 261.71º | 0.58% | 0.71% | - |
| XYZ | 18.17 | 12.33 | 45.68 | - |
| YUV | 100.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 182 | 0.37 | 0.58 | 0 | 0.29 | 261.71 | 0.42 | 0.51 |
| Hex | 73 | 4D | B6 | 25 | 3A | 0 | 1D | 106 | 2A | 33 |
| Octal | 163 | 115 | 266 | 45 | 72 | 0 | 35 | 406 | 52 | 63 |
| Binary | 1110011 | 1001101 | 10110110 | 100101 | 111010 | 0 | 11101 | 100000110 | 101010 | 110011 |
Color Harmonies of #734DB6
Complementary color
Monochromatic Colors of #734DB6
Black with #734DB6
Text Example
Text Example
White with #734DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DB6; }
p { color: rgb(115,77,182); }
H1.HeaderClassName
{
color: #734DB6;
}
.AnyTagClassName
{
color: #734DB6;
}
</style>
background-color css
<style>
a { background-color: #734DB6; }
a { background-color: rgb(115,77,182); }
div.DivClassName
{
background-color: #734DB6;
}
.BgClassName
{
background-color: #734DB6;
}
</style>
border-color css
<style>
span { border-color: #734DB6; }
span { border-color: rgb(115,77,182); }
td.TdClassName
{
border-color: #734DB6;
}
.TagClassName
{
border-color: #734DB6;
}
</style>