Shades of Studio #74589F
Tints of Studio #74589F
RGB
CMYK
RGB Variations
Color information
#74589F (or 0x74589F) is known color: Studio. HEX triplet: 74, 58 and 9F. RGB value is (116,88,159). Sum of RGB (Red+Green+Blue) = 116+88+159=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #74589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74589F is #8BA760. Grayscale: #686868. Windows color (decimal): -9152353 or 10442868. OLE color: 10442868.
HSL color Cylindrical-coordinate representation of color #74589F: hue angle of 263.66º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74589F is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 88 | 159 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.38 |
| HSL | 263.66º | 0.29% | 0.48% | - |
| HSV(B) | 263.66º | 0.45% | 0.62% | - |
| XYZ | 16.95 | 13.2 | 34.45 | - |
| YUV | 104.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 159 | 0.27 | 0.45 | 0 | 0.38 | 263.66 | 0.29 | 0.48 |
| Hex | 74 | 58 | 9F | 1B | 2D | 0 | 26 | 108 | 1D | 30 |
| Octal | 164 | 130 | 237 | 33 | 55 | 0 | 46 | 410 | 35 | 60 |
| Binary | 1110100 | 1011000 | 10011111 | 11011 | 101101 | 0 | 100110 | 100001000 | 11101 | 110000 |
Color Harmonies of #74589F
Complementary color
Monochromatic Colors of #74589F
Black with #74589F
Text Example
Text Example
White with #74589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74589F; }
p { color: rgb(116,88,159); }
H1.HeaderClassName
{
color: #74589F;
}
.AnyTagClassName
{
color: #74589F;
}
</style>
background-color css
<style>
a { background-color: #74589F; }
a { background-color: rgb(116,88,159); }
div.DivClassName
{
background-color: #74589F;
}
.BgClassName
{
background-color: #74589F;
}
</style>
border-color css
<style>
span { border-color: #74589F; }
span { border-color: rgb(116,88,159); }
td.TdClassName
{
border-color: #74589F;
}
.TagClassName
{
border-color: #74589F;
}
</style>