Shades of Studio #74579B
Tints of Studio #74579B
RGB
CMYK
RGB Variations
Color information
#74579B (or 0x74579B) is known color: Studio. HEX triplet: 74, 57 and 9B. RGB value is (116,87,155). Sum of RGB (Red+Green+Blue) = 116+87+155=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #74579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74579B is #8BA864. Grayscale: #676767. Windows color (decimal): -9152613 or 10180468. OLE color: 10180468.
HSL color Cylindrical-coordinate representation of color #74579B: hue angle of 265.59º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74579B is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 87 | 155 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.39 |
| HSL | 265.59º | 0.28% | 0.47% | - |
| HSV(B) | 265.59º | 0.44% | 0.61% | - |
| XYZ | 16.53 | 12.9 | 32.63 | - |
| YUV | 103.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 155 | 0.25 | 0.44 | 0 | 0.39 | 265.59 | 0.28 | 0.47 |
| Hex | 74 | 57 | 9B | 19 | 2C | 0 | 27 | 10A | 1C | 2F |
| Octal | 164 | 127 | 233 | 31 | 54 | 0 | 47 | 412 | 34 | 57 |
| Binary | 1110100 | 1010111 | 10011011 | 11001 | 101100 | 0 | 100111 | 100001010 | 11100 | 101111 |
Color Harmonies of #74579B
Complementary color
Monochromatic Colors of #74579B
Black with #74579B
Text Example
Text Example
White with #74579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74579B; }
p { color: rgb(116,87,155); }
H1.HeaderClassName
{
color: #74579B;
}
.AnyTagClassName
{
color: #74579B;
}
</style>
background-color css
<style>
a { background-color: #74579B; }
a { background-color: rgb(116,87,155); }
div.DivClassName
{
background-color: #74579B;
}
.BgClassName
{
background-color: #74579B;
}
</style>
border-color css
<style>
span { border-color: #74579B; }
span { border-color: rgb(116,87,155); }
td.TdClassName
{
border-color: #74579B;
}
.TagClassName
{
border-color: #74579B;
}
</style>