Shades of Studio #74599D
Tints of Studio #74599D
RGB
CMYK
RGB Variations
Color information
#74599D (or 0x74599D) is known color: Studio. HEX triplet: 74, 59 and 9D. RGB value is (116,89,157). Sum of RGB (Red+Green+Blue) = 116+89+157=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #74599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74599D is #8BA662. Grayscale: #686868. Windows color (decimal): -9152099 or 10312052. OLE color: 10312052.
HSL color Cylindrical-coordinate representation of color #74599D: hue angle of 263.82º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74599D is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 89 | 157 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.38 |
| HSL | 263.82º | 0.28% | 0.48% | - |
| HSV(B) | 263.82º | 0.43% | 0.62% | - |
| XYZ | 16.86 | 13.29 | 33.58 | - |
| YUV | 104.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 157 | 0.26 | 0.43 | 0 | 0.38 | 263.82 | 0.28 | 0.48 |
| Hex | 74 | 59 | 9D | 1A | 2B | 0 | 26 | 108 | 1C | 30 |
| Octal | 164 | 131 | 235 | 32 | 53 | 0 | 46 | 410 | 34 | 60 |
| Binary | 1110100 | 1011001 | 10011101 | 11010 | 101011 | 0 | 100110 | 100001000 | 11100 | 110000 |
Color Harmonies of #74599D
Complementary color
Monochromatic Colors of #74599D
Black with #74599D
Text Example
Text Example
White with #74599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74599D; }
p { color: rgb(116,89,157); }
H1.HeaderClassName
{
color: #74599D;
}
.AnyTagClassName
{
color: #74599D;
}
</style>
background-color css
<style>
a { background-color: #74599D; }
a { background-color: rgb(116,89,157); }
div.DivClassName
{
background-color: #74599D;
}
.BgClassName
{
background-color: #74599D;
}
</style>
border-color css
<style>
span { border-color: #74599D; }
span { border-color: rgb(116,89,157); }
td.TdClassName
{
border-color: #74599D;
}
.TagClassName
{
border-color: #74599D;
}
</style>