Shades of Studio #734CA5
Tints of Studio #734CA5
RGB
CMYK
RGB Variations
Color information
#734CA5 (or 0x734CA5) is known color: Studio. HEX triplet: 73, 4C and A5. RGB value is (115,76,165). Sum of RGB (Red+Green+Blue) = 115+76+165=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #734CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734CA5 is #8CB35A. Grayscale: #616161. Windows color (decimal): -9220955 or 10833011. OLE color: 10833011.
HSL color Cylindrical-coordinate representation of color #734CA5: hue angle of 266.29º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #734CA5 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 76 | 165 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.35 |
| HSL | 266.29º | 0.37% | 0.47% | - |
| HSV(B) | 266.29º | 0.54% | 0.65% | - |
| XYZ | 16.45 | 11.53 | 36.96 | - |
| YUV | 97.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 165 | 0.30 | 0.54 | 0 | 0.35 | 266.29 | 0.37 | 0.47 |
| Hex | 73 | 4C | A5 | 1E | 36 | 0 | 23 | 10A | 25 | 2F |
| Octal | 163 | 114 | 245 | 36 | 66 | 0 | 43 | 412 | 45 | 57 |
| Binary | 1110011 | 1001100 | 10100101 | 11110 | 110110 | 0 | 100011 | 100001010 | 100101 | 101111 |
Color Harmonies of #734CA5
Complementary color
Monochromatic Colors of #734CA5
Black with #734CA5
Text Example
Text Example
White with #734CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734CA5; }
p { color: rgb(115,76,165); }
H1.HeaderClassName
{
color: #734CA5;
}
.AnyTagClassName
{
color: #734CA5;
}
</style>
background-color css
<style>
a { background-color: #734CA5; }
a { background-color: rgb(115,76,165); }
div.DivClassName
{
background-color: #734CA5;
}
.BgClassName
{
background-color: #734CA5;
}
</style>
border-color css
<style>
span { border-color: #734CA5; }
span { border-color: rgb(115,76,165); }
td.TdClassName
{
border-color: #734CA5;
}
.TagClassName
{
border-color: #734CA5;
}
</style>