Shades of Studio #734DB3
Tints of Studio #734DB3
RGB
CMYK
RGB Variations
Color information
#734DB3 (or 0x734DB3) is known color: Studio. HEX triplet: 73, 4D and B3. RGB value is (115,77,179). Sum of RGB (Red+Green+Blue) = 115+77+179=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #734DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DB3 is #8CB24C. Grayscale: #636363. Windows color (decimal): -9220685 or 11750771. OLE color: 11750771.
HSL color Cylindrical-coordinate representation of color #734DB3: hue angle of 262.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734DB3 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 77 | 179 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.30 |
| HSL | 262.35º | 0.4% | 0.5% | - |
| HSV(B) | 262.35º | 0.57% | 0.7% | - |
| XYZ | 17.86 | 12.21 | 44.06 | - |
| YUV | 99.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 179 | 0.36 | 0.57 | 0 | 0.30 | 262.35 | 0.4 | 0.5 |
| Hex | 73 | 4D | B3 | 24 | 39 | 0 | 1E | 106 | 28 | 32 |
| Octal | 163 | 115 | 263 | 44 | 71 | 0 | 36 | 406 | 50 | 62 |
| Binary | 1110011 | 1001101 | 10110011 | 100100 | 111001 | 0 | 11110 | 100000110 | 101000 | 110010 |
Color Harmonies of #734DB3
Complementary color
Monochromatic Colors of #734DB3
Black with #734DB3
Text Example
Text Example
White with #734DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DB3; }
p { color: rgb(115,77,179); }
H1.HeaderClassName
{
color: #734DB3;
}
.AnyTagClassName
{
color: #734DB3;
}
</style>
background-color css
<style>
a { background-color: #734DB3; }
a { background-color: rgb(115,77,179); }
div.DivClassName
{
background-color: #734DB3;
}
.BgClassName
{
background-color: #734DB3;
}
</style>
border-color css
<style>
span { border-color: #734DB3; }
span { border-color: rgb(115,77,179); }
td.TdClassName
{
border-color: #734DB3;
}
.TagClassName
{
border-color: #734DB3;
}
</style>