Shades of Studio #745194
Tints of Studio #745194
RGB
CMYK
RGB Variations
Color information
#745194 (or 0x745194) is known color: Studio. HEX triplet: 74, 51 and 94. RGB value is (116,81,148). Sum of RGB (Red+Green+Blue) = 116+81+148=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #745194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745194 is #8BAE6B. Grayscale: #626262. Windows color (decimal): -9154156 or 9720180. OLE color: 9720180.
HSL color Cylindrical-coordinate representation of color #745194: hue angle of 271.34º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #745194 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 81 | 148 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.42 |
| HSL | 271.34º | 0.29% | 0.45% | - |
| HSV(B) | 271.34º | 0.45% | 0.58% | - |
| XYZ | 15.49 | 11.74 | 29.47 | - |
| YUV | 99.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 148 | 0.22 | 0.45 | 0 | 0.42 | 271.34 | 0.29 | 0.45 |
| Hex | 74 | 51 | 94 | 16 | 2D | 0 | 2A | 10F | 1D | 2D |
| Octal | 164 | 121 | 224 | 26 | 55 | 0 | 52 | 417 | 35 | 55 |
| Binary | 1110100 | 1010001 | 10010100 | 10110 | 101101 | 0 | 101010 | 100001111 | 11101 | 101101 |
Color Harmonies of #745194
Complementary color
Monochromatic Colors of #745194
Black with #745194
Text Example
Text Example
White with #745194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745194; }
p { color: rgb(116,81,148); }
H1.HeaderClassName
{
color: #745194;
}
.AnyTagClassName
{
color: #745194;
}
</style>
background-color css
<style>
a { background-color: #745194; }
a { background-color: rgb(116,81,148); }
div.DivClassName
{
background-color: #745194;
}
.BgClassName
{
background-color: #745194;
}
</style>
border-color css
<style>
span { border-color: #745194; }
span { border-color: rgb(116,81,148); }
td.TdClassName
{
border-color: #745194;
}
.TagClassName
{
border-color: #745194;
}
</style>