Shades of Studio #755598
Tints of Studio #755598
RGB
CMYK
RGB Variations
Color information
#755598 (or 0x755598) is known color: Studio. HEX triplet: 75, 55 and 98. RGB value is (117,85,152). Sum of RGB (Red+Green+Blue) = 117+85+152=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #755598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755598 is #8AAA67. Grayscale: #656565. Windows color (decimal): -9087592 or 9983349. OLE color: 9983349.
HSL color Cylindrical-coordinate representation of color #755598: hue angle of 268.66º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755598 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 85 | 152 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.40 |
| HSL | 268.66º | 0.28% | 0.46% | - |
| HSV(B) | 268.66º | 0.44% | 0.6% | - |
| XYZ | 16.25 | 12.55 | 31.27 | - |
| YUV | 102.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 152 | 0.23 | 0.44 | 0 | 0.40 | 268.66 | 0.28 | 0.46 |
| Hex | 75 | 55 | 98 | 17 | 2C | 0 | 28 | 10D | 1C | 2E |
| Octal | 165 | 125 | 230 | 27 | 54 | 0 | 50 | 415 | 34 | 56 |
| Binary | 1110101 | 1010101 | 10011000 | 10111 | 101100 | 0 | 101000 | 100001101 | 11100 | 101110 |
Color Harmonies of #755598
Complementary color
Monochromatic Colors of #755598
Black with #755598
Text Example
Text Example
White with #755598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755598; }
p { color: rgb(117,85,152); }
H1.HeaderClassName
{
color: #755598;
}
.AnyTagClassName
{
color: #755598;
}
</style>
background-color css
<style>
a { background-color: #755598; }
a { background-color: rgb(117,85,152); }
div.DivClassName
{
background-color: #755598;
}
.BgClassName
{
background-color: #755598;
}
</style>
border-color css
<style>
span { border-color: #755598; }
span { border-color: rgb(117,85,152); }
td.TdClassName
{
border-color: #755598;
}
.TagClassName
{
border-color: #755598;
}
</style>