Shades of Studio #74589B
Tints of Studio #74589B
RGB
CMYK
RGB Variations
Color information
#74589B (or 0x74589B) is known color: Studio. HEX triplet: 74, 58 and 9B. RGB value is (116,88,155). Sum of RGB (Red+Green+Blue) = 116+88+155=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #74589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74589B is #8BA764. Grayscale: #676767. Windows color (decimal): -9152357 or 10180724. OLE color: 10180724.
HSL color Cylindrical-coordinate representation of color #74589B: hue angle of 265.07º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74589B is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 88 | 155 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.39 |
| HSL | 265.07º | 0.28% | 0.48% | - |
| HSV(B) | 265.07º | 0.43% | 0.61% | - |
| XYZ | 16.61 | 13.06 | 32.66 | - |
| YUV | 104.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 155 | 0.25 | 0.43 | 0 | 0.39 | 265.07 | 0.28 | 0.48 |
| Hex | 74 | 58 | 9B | 19 | 2B | 0 | 27 | 109 | 1C | 30 |
| Octal | 164 | 130 | 233 | 31 | 53 | 0 | 47 | 411 | 34 | 60 |
| Binary | 1110100 | 1011000 | 10011011 | 11001 | 101011 | 0 | 100111 | 100001001 | 11100 | 110000 |
Color Harmonies of #74589B
Complementary color
Monochromatic Colors of #74589B
Black with #74589B
Text Example
Text Example
White with #74589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74589B; }
p { color: rgb(116,88,155); }
H1.HeaderClassName
{
color: #74589B;
}
.AnyTagClassName
{
color: #74589B;
}
</style>
background-color css
<style>
a { background-color: #74589B; }
a { background-color: rgb(116,88,155); }
div.DivClassName
{
background-color: #74589B;
}
.BgClassName
{
background-color: #74589B;
}
</style>
border-color css
<style>
span { border-color: #74589B; }
span { border-color: rgb(116,88,155); }
td.TdClassName
{
border-color: #74589B;
}
.TagClassName
{
border-color: #74589B;
}
</style>