Shades of Studio #74589C
Tints of Studio #74589C
RGB
CMYK
RGB Variations
Color information
#74589C (or 0x74589C) is known color: Studio. HEX triplet: 74, 58 and 9C. RGB value is (116,88,156). Sum of RGB (Red+Green+Blue) = 116+88+156=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #74589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74589C is #8BA763. Grayscale: #676767. Windows color (decimal): -9152356 or 10246260. OLE color: 10246260.
HSL color Cylindrical-coordinate representation of color #74589C: hue angle of 264.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74589C is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 88 | 156 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.39 |
| HSL | 264.71º | 0.28% | 0.48% | - |
| HSV(B) | 264.71º | 0.44% | 0.61% | - |
| XYZ | 16.69 | 13.09 | 33.1 | - |
| YUV | 104.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 156 | 0.26 | 0.44 | 0 | 0.39 | 264.71 | 0.28 | 0.48 |
| Hex | 74 | 58 | 9C | 1A | 2C | 0 | 27 | 109 | 1C | 30 |
| Octal | 164 | 130 | 234 | 32 | 54 | 0 | 47 | 411 | 34 | 60 |
| Binary | 1110100 | 1011000 | 10011100 | 11010 | 101100 | 0 | 100111 | 100001001 | 11100 | 110000 |
Color Harmonies of #74589C
Complementary color
Monochromatic Colors of #74589C
Black with #74589C
Text Example
Text Example
White with #74589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74589C; }
p { color: rgb(116,88,156); }
H1.HeaderClassName
{
color: #74589C;
}
.AnyTagClassName
{
color: #74589C;
}
</style>
background-color css
<style>
a { background-color: #74589C; }
a { background-color: rgb(116,88,156); }
div.DivClassName
{
background-color: #74589C;
}
.BgClassName
{
background-color: #74589C;
}
</style>
border-color css
<style>
span { border-color: #74589C; }
span { border-color: rgb(116,88,156); }
td.TdClassName
{
border-color: #74589C;
}
.TagClassName
{
border-color: #74589C;
}
</style>