Shades of Studio #745598
Tints of Studio #745598
RGB
CMYK
RGB Variations
Color information
#745598 (or 0x745598) is known color: Studio. HEX triplet: 74, 55 and 98. RGB value is (116,85,152). Sum of RGB (Red+Green+Blue) = 116+85+152=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #745598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745598 is #8BAA67. Grayscale: #656565. Windows color (decimal): -9153128 or 9983348. OLE color: 9983348.
HSL color Cylindrical-coordinate representation of color #745598: hue angle of 267.76º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745598 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 85 | 152 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.40 |
| HSL | 267.76º | 0.28% | 0.46% | - |
| HSV(B) | 267.76º | 0.44% | 0.6% | - |
| XYZ | 16.12 | 12.48 | 31.26 | - |
| YUV | 101.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 152 | 0.24 | 0.44 | 0 | 0.40 | 267.76 | 0.28 | 0.46 |
| Hex | 74 | 55 | 98 | 18 | 2C | 0 | 28 | 10C | 1C | 2E |
| Octal | 164 | 125 | 230 | 30 | 54 | 0 | 50 | 414 | 34 | 56 |
| Binary | 1110100 | 1010101 | 10011000 | 11000 | 101100 | 0 | 101000 | 100001100 | 11100 | 101110 |
Color Harmonies of #745598
Complementary color
Monochromatic Colors of #745598
Black with #745598
Text Example
Text Example
White with #745598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745598; }
p { color: rgb(116,85,152); }
H1.HeaderClassName
{
color: #745598;
}
.AnyTagClassName
{
color: #745598;
}
</style>
background-color css
<style>
a { background-color: #745598; }
a { background-color: rgb(116,85,152); }
div.DivClassName
{
background-color: #745598;
}
.BgClassName
{
background-color: #745598;
}
</style>
border-color css
<style>
span { border-color: #745598; }
span { border-color: rgb(116,85,152); }
td.TdClassName
{
border-color: #745598;
}
.TagClassName
{
border-color: #745598;
}
</style>