Shades of Studio #734BB5
Tints of Studio #734BB5
RGB
CMYK
RGB Variations
Color information
#734BB5 (or 0x734BB5) is known color: Studio. HEX triplet: 73, 4B and B5. RGB value is (115,75,181). Sum of RGB (Red+Green+Blue) = 115+75+181=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #734BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BB5 is #8CB44A. Grayscale: #626262. Windows color (decimal): -9221195 or 11881331. OLE color: 11881331.
HSL color Cylindrical-coordinate representation of color #734BB5: hue angle of 262.64º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #734BB5 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 75 | 181 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.29 |
| HSL | 262.64º | 0.42% | 0.5% | - |
| HSV(B) | 262.64º | 0.59% | 0.71% | - |
| XYZ | 17.93 | 12.01 | 45.09 | - |
| YUV | 99.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 181 | 0.36 | 0.59 | 0 | 0.29 | 262.64 | 0.42 | 0.5 |
| Hex | 73 | 4B | B5 | 24 | 3B | 0 | 1D | 107 | 2A | 32 |
| Octal | 163 | 113 | 265 | 44 | 73 | 0 | 35 | 407 | 52 | 62 |
| Binary | 1110011 | 1001011 | 10110101 | 100100 | 111011 | 0 | 11101 | 100000111 | 101010 | 110010 |
Color Harmonies of #734BB5
Complementary color
Monochromatic Colors of #734BB5
Black with #734BB5
Text Example
Text Example
White with #734BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734BB5; }
p { color: rgb(115,75,181); }
H1.HeaderClassName
{
color: #734BB5;
}
.AnyTagClassName
{
color: #734BB5;
}
</style>
background-color css
<style>
a { background-color: #734BB5; }
a { background-color: rgb(115,75,181); }
div.DivClassName
{
background-color: #734BB5;
}
.BgClassName
{
background-color: #734BB5;
}
</style>
border-color css
<style>
span { border-color: #734BB5; }
span { border-color: rgb(115,75,181); }
td.TdClassName
{
border-color: #734BB5;
}
.TagClassName
{
border-color: #734BB5;
}
</style>