Shades of Studio #734EAC
Tints of Studio #734EAC
RGB
CMYK
RGB Variations
Color information
#734EAC (or 0x734EAC) is known color: Studio. HEX triplet: 73, 4E and AC. RGB value is (115,78,172). Sum of RGB (Red+Green+Blue) = 115+78+172=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #734EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734EAC is #8CB153. Grayscale: #636363. Windows color (decimal): -9220436 or 11292275. OLE color: 11292275.
HSL color Cylindrical-coordinate representation of color #734EAC: hue angle of 263.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #734EAC is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 78 | 172 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.33 |
| HSL | 263.62º | 0.38% | 0.49% | - |
| HSV(B) | 263.62º | 0.55% | 0.67% | - |
| XYZ | 17.24 | 12.07 | 40.45 | - |
| YUV | 99.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 172 | 0.33 | 0.55 | 0 | 0.33 | 263.62 | 0.38 | 0.49 |
| Hex | 73 | 4E | AC | 21 | 37 | 0 | 21 | 108 | 26 | 31 |
| Octal | 163 | 116 | 254 | 41 | 67 | 0 | 41 | 410 | 46 | 61 |
| Binary | 1110011 | 1001110 | 10101100 | 100001 | 110111 | 0 | 100001 | 100001000 | 100110 | 110001 |
Color Harmonies of #734EAC
Complementary color
Monochromatic Colors of #734EAC
Black with #734EAC
Text Example
Text Example
White with #734EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734EAC; }
p { color: rgb(115,78,172); }
H1.HeaderClassName
{
color: #734EAC;
}
.AnyTagClassName
{
color: #734EAC;
}
</style>
background-color css
<style>
a { background-color: #734EAC; }
a { background-color: rgb(115,78,172); }
div.DivClassName
{
background-color: #734EAC;
}
.BgClassName
{
background-color: #734EAC;
}
</style>
border-color css
<style>
span { border-color: #734EAC; }
span { border-color: rgb(115,78,172); }
td.TdClassName
{
border-color: #734EAC;
}
.TagClassName
{
border-color: #734EAC;
}
</style>