Shades of Studio #74549D
Tints of Studio #74549D
RGB
CMYK
RGB Variations
Color information
#74549D (or 0x74549D) is known color: Studio. HEX triplet: 74, 54 and 9D. RGB value is (116,84,157). Sum of RGB (Red+Green+Blue) = 116+84+157=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #74549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74549D is #8BAB62. Grayscale: #656565. Windows color (decimal): -9153379 or 10310772. OLE color: 10310772.
HSL color Cylindrical-coordinate representation of color #74549D: hue angle of 266.3º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74549D is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 84 | 157 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.38 |
| HSL | 266.3º | 0.3% | 0.47% | - |
| HSV(B) | 266.3º | 0.46% | 0.62% | - |
| XYZ | 16.46 | 12.49 | 33.44 | - |
| YUV | 101.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 157 | 0.26 | 0.46 | 0 | 0.38 | 266.3 | 0.3 | 0.47 |
| Hex | 74 | 54 | 9D | 1A | 2E | 0 | 26 | 10A | 1E | 2F |
| Octal | 164 | 124 | 235 | 32 | 56 | 0 | 46 | 412 | 36 | 57 |
| Binary | 1110100 | 1010100 | 10011101 | 11010 | 101110 | 0 | 100110 | 100001010 | 11110 | 101111 |
Color Harmonies of #74549D
Complementary color
Monochromatic Colors of #74549D
Black with #74549D
Text Example
Text Example
White with #74549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74549D; }
p { color: rgb(116,84,157); }
H1.HeaderClassName
{
color: #74549D;
}
.AnyTagClassName
{
color: #74549D;
}
</style>
background-color css
<style>
a { background-color: #74549D; }
a { background-color: rgb(116,84,157); }
div.DivClassName
{
background-color: #74549D;
}
.BgClassName
{
background-color: #74549D;
}
</style>
border-color css
<style>
span { border-color: #74549D; }
span { border-color: rgb(116,84,157); }
td.TdClassName
{
border-color: #74549D;
}
.TagClassName
{
border-color: #74549D;
}
</style>