Shades of Studio #74549F
Tints of Studio #74549F
RGB
CMYK
RGB Variations
Color information
#74549F (or 0x74549F) is known color: Studio. HEX triplet: 74, 54 and 9F. RGB value is (116,84,159). Sum of RGB (Red+Green+Blue) = 116+84+159=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #74549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74549F is #8BAB60. Grayscale: #656565. Windows color (decimal): -9153377 or 10441844. OLE color: 10441844.
HSL color Cylindrical-coordinate representation of color #74549F: hue angle of 265.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74549F is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 84 | 159 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.38 |
| HSL | 265.6º | 0.31% | 0.48% | - |
| HSV(B) | 265.6º | 0.47% | 0.62% | - |
| XYZ | 16.63 | 12.56 | 34.35 | - |
| YUV | 102.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 159 | 0.27 | 0.47 | 0 | 0.38 | 265.6 | 0.31 | 0.48 |
| Hex | 74 | 54 | 9F | 1B | 2F | 0 | 26 | 10A | 1F | 30 |
| Octal | 164 | 124 | 237 | 33 | 57 | 0 | 46 | 412 | 37 | 60 |
| Binary | 1110100 | 1010100 | 10011111 | 11011 | 101111 | 0 | 100110 | 100001010 | 11111 | 110000 |
Color Harmonies of #74549F
Complementary color
Monochromatic Colors of #74549F
Black with #74549F
Text Example
Text Example
White with #74549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74549F; }
p { color: rgb(116,84,159); }
H1.HeaderClassName
{
color: #74549F;
}
.AnyTagClassName
{
color: #74549F;
}
</style>
background-color css
<style>
a { background-color: #74549F; }
a { background-color: rgb(116,84,159); }
div.DivClassName
{
background-color: #74549F;
}
.BgClassName
{
background-color: #74549F;
}
</style>
border-color css
<style>
span { border-color: #74549F; }
span { border-color: rgb(116,84,159); }
td.TdClassName
{
border-color: #74549F;
}
.TagClassName
{
border-color: #74549F;
}
</style>