Shades of Studio #745095
Tints of Studio #745095
RGB
CMYK
RGB Variations
Color information
#745095 (or 0x745095) is known color: Studio. HEX triplet: 74, 50 and 95. RGB value is (116,80,149). Sum of RGB (Red+Green+Blue) = 116+80+149=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #745095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745095 is #8BAF6A. Grayscale: #626262. Windows color (decimal): -9154411 or 9785460. OLE color: 9785460.
HSL color Cylindrical-coordinate representation of color #745095: hue angle of 271.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745095 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 80 | 149 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.42 |
| HSL | 271.3º | 0.3% | 0.45% | - |
| HSV(B) | 271.3º | 0.46% | 0.58% | - |
| XYZ | 15.5 | 11.62 | 29.86 | - |
| YUV | 98.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 149 | 0.22 | 0.46 | 0 | 0.42 | 271.3 | 0.3 | 0.45 |
| Hex | 74 | 50 | 95 | 16 | 2E | 0 | 2A | 10F | 1E | 2D |
| Octal | 164 | 120 | 225 | 26 | 56 | 0 | 52 | 417 | 36 | 55 |
| Binary | 1110100 | 1010000 | 10010101 | 10110 | 101110 | 0 | 101010 | 100001111 | 11110 | 101101 |
Color Harmonies of #745095
Complementary color
Monochromatic Colors of #745095
Black with #745095
Text Example
Text Example
White with #745095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745095; }
p { color: rgb(116,80,149); }
H1.HeaderClassName
{
color: #745095;
}
.AnyTagClassName
{
color: #745095;
}
</style>
background-color css
<style>
a { background-color: #745095; }
a { background-color: rgb(116,80,149); }
div.DivClassName
{
background-color: #745095;
}
.BgClassName
{
background-color: #745095;
}
</style>
border-color css
<style>
span { border-color: #745095; }
span { border-color: rgb(116,80,149); }
td.TdClassName
{
border-color: #745095;
}
.TagClassName
{
border-color: #745095;
}
</style>