Shades of Studio #755196
Tints of Studio #755196
RGB
CMYK
RGB Variations
Color information
#755196 (or 0x755196) is known color: Studio. HEX triplet: 75, 51 and 96. RGB value is (117,81,150). Sum of RGB (Red+Green+Blue) = 117+81+150=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #755196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755196 is #8AAE69. Grayscale: #636363. Windows color (decimal): -9088618 or 9851253. OLE color: 9851253.
HSL color Cylindrical-coordinate representation of color #755196: hue angle of 271.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755196 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 81 | 150 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.41 |
| HSL | 271.3º | 0.3% | 0.45% | - |
| HSV(B) | 271.3º | 0.46% | 0.59% | - |
| XYZ | 15.78 | 11.87 | 30.31 | - |
| YUV | 99.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 150 | 0.22 | 0.46 | 0 | 0.41 | 271.3 | 0.3 | 0.45 |
| Hex | 75 | 51 | 96 | 16 | 2E | 0 | 29 | 10F | 1E | 2D |
| Octal | 165 | 121 | 226 | 26 | 56 | 0 | 51 | 417 | 36 | 55 |
| Binary | 1110101 | 1010001 | 10010110 | 10110 | 101110 | 0 | 101001 | 100001111 | 11110 | 101101 |
Color Harmonies of #755196
Complementary color
Monochromatic Colors of #755196
Black with #755196
Text Example
Text Example
White with #755196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755196; }
p { color: rgb(117,81,150); }
H1.HeaderClassName
{
color: #755196;
}
.AnyTagClassName
{
color: #755196;
}
</style>
background-color css
<style>
a { background-color: #755196; }
a { background-color: rgb(117,81,150); }
div.DivClassName
{
background-color: #755196;
}
.BgClassName
{
background-color: #755196;
}
</style>
border-color css
<style>
span { border-color: #755196; }
span { border-color: rgb(117,81,150); }
td.TdClassName
{
border-color: #755196;
}
.TagClassName
{
border-color: #755196;
}
</style>