Shades of Studio #755095
Tints of Studio #755095
RGB
CMYK
RGB Variations
Color information
#755095 (or 0x755095) is known color: Studio. HEX triplet: 75, 50 and 95. RGB value is (117,80,149). Sum of RGB (Red+Green+Blue) = 117+80+149=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #755095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755095 is #8AAF6A. Grayscale: #626262. Windows color (decimal): -9088875 or 9785461. OLE color: 9785461.
HSL color Cylindrical-coordinate representation of color #755095: hue angle of 272.17º 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 #755095 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 80 | 149 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.42 |
| HSL | 272.17º | 0.3% | 0.45% | - |
| HSV(B) | 272.17º | 0.46% | 0.58% | - |
| XYZ | 15.63 | 11.69 | 29.87 | - |
| YUV | 98.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 149 | 0.21 | 0.46 | 0 | 0.42 | 272.17 | 0.3 | 0.45 |
| Hex | 75 | 50 | 95 | 15 | 2E | 0 | 2A | 110 | 1E | 2D |
| Octal | 165 | 120 | 225 | 25 | 56 | 0 | 52 | 420 | 36 | 55 |
| Binary | 1110101 | 1010000 | 10010101 | 10101 | 101110 | 0 | 101010 | 100010000 | 11110 | 101101 |
Color Harmonies of #755095
Complementary color
Monochromatic Colors of #755095
Black with #755095
Text Example
Text Example
White with #755095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755095; }
p { color: rgb(117,80,149); }
H1.HeaderClassName
{
color: #755095;
}
.AnyTagClassName
{
color: #755095;
}
</style>
background-color css
<style>
a { background-color: #755095; }
a { background-color: rgb(117,80,149); }
div.DivClassName
{
background-color: #755095;
}
.BgClassName
{
background-color: #755095;
}
</style>
border-color css
<style>
span { border-color: #755095; }
span { border-color: rgb(117,80,149); }
td.TdClassName
{
border-color: #755095;
}
.TagClassName
{
border-color: #755095;
}
</style>