Shades of Studio #734BA4
Tints of Studio #734BA4
RGB
CMYK
RGB Variations
Color information
#734BA4 (or 0x734BA4) is known color: Studio. HEX triplet: 73, 4B and A4. RGB value is (115,75,164). Sum of RGB (Red+Green+Blue) = 115+75+164=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #734BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734BA4 is #8CB45B. Grayscale: #606060. Windows color (decimal): -9221212 or 10767219. OLE color: 10767219.
HSL color Cylindrical-coordinate representation of color #734BA4: hue angle of 266.97º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #734BA4 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 75 | 164 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.36 |
| HSL | 266.97º | 0.37% | 0.47% | - |
| HSV(B) | 266.97º | 0.54% | 0.64% | - |
| XYZ | 16.29 | 11.36 | 36.46 | - |
| YUV | 97.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 164 | 0.30 | 0.54 | 0 | 0.36 | 266.97 | 0.37 | 0.47 |
| Hex | 73 | 4B | A4 | 1E | 36 | 0 | 24 | 10B | 25 | 2F |
| Octal | 163 | 113 | 244 | 36 | 66 | 0 | 44 | 413 | 45 | 57 |
| Binary | 1110011 | 1001011 | 10100100 | 11110 | 110110 | 0 | 100100 | 100001011 | 100101 | 101111 |
Color Harmonies of #734BA4
Complementary color
Monochromatic Colors of #734BA4
Black with #734BA4
Text Example
Text Example
White with #734BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734BA4; }
p { color: rgb(115,75,164); }
H1.HeaderClassName
{
color: #734BA4;
}
.AnyTagClassName
{
color: #734BA4;
}
</style>
background-color css
<style>
a { background-color: #734BA4; }
a { background-color: rgb(115,75,164); }
div.DivClassName
{
background-color: #734BA4;
}
.BgClassName
{
background-color: #734BA4;
}
</style>
border-color css
<style>
span { border-color: #734BA4; }
span { border-color: rgb(115,75,164); }
td.TdClassName
{
border-color: #734BA4;
}
.TagClassName
{
border-color: #734BA4;
}
</style>