Shades of Studio #745998
Tints of Studio #745998
RGB
CMYK
RGB Variations
Color information
#745998 (or 0x745998) is known color: Studio. HEX triplet: 74, 59 and 98. RGB value is (116,89,152). Sum of RGB (Red+Green+Blue) = 116+89+152=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #745998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745998 is #8BA667. Grayscale: #686868. Windows color (decimal): -9152104 or 9984372. OLE color: 9984372.
HSL color Cylindrical-coordinate representation of color #745998: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745998 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 89 | 152 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.40 |
| HSL | 265.71º | 0.26% | 0.47% | - |
| HSV(B) | 265.71º | 0.41% | 0.6% | - |
| XYZ | 16.44 | 13.12 | 31.37 | - |
| YUV | 104.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 152 | 0.24 | 0.41 | 0 | 0.40 | 265.71 | 0.26 | 0.47 |
| Hex | 74 | 59 | 98 | 18 | 29 | 0 | 28 | 10A | 1A | 2F |
| Octal | 164 | 131 | 230 | 30 | 51 | 0 | 50 | 412 | 32 | 57 |
| Binary | 1110100 | 1011001 | 10011000 | 11000 | 101001 | 0 | 101000 | 100001010 | 11010 | 101111 |
Color Harmonies of #745998
Complementary color
Monochromatic Colors of #745998
Black with #745998
Text Example
Text Example
White with #745998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745998; }
p { color: rgb(116,89,152); }
H1.HeaderClassName
{
color: #745998;
}
.AnyTagClassName
{
color: #745998;
}
</style>
background-color css
<style>
a { background-color: #745998; }
a { background-color: rgb(116,89,152); }
div.DivClassName
{
background-color: #745998;
}
.BgClassName
{
background-color: #745998;
}
</style>
border-color css
<style>
span { border-color: #745998; }
span { border-color: rgb(116,89,152); }
td.TdClassName
{
border-color: #745998;
}
.TagClassName
{
border-color: #745998;
}
</style>