Shades of Studio #75509F
Tints of Studio #75509F
RGB
CMYK
RGB Variations
Color information
#75509F (or 0x75509F) is known color: Studio. HEX triplet: 75, 50 and 9F. RGB value is (117,80,159). Sum of RGB (Red+Green+Blue) = 117+80+159=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #75509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75509F is #8AAF60. Grayscale: #636363. Windows color (decimal): -9088865 or 10440821. OLE color: 10440821.
HSL color Cylindrical-coordinate representation of color #75509F: hue angle of 268.1º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75509F is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 80 | 159 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.38 |
| HSL | 268.1º | 0.33% | 0.47% | - |
| HSV(B) | 268.1º | 0.5% | 0.62% | - |
| XYZ | 16.46 | 12.02 | 34.25 | - |
| YUV | 100.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 159 | 0.26 | 0.50 | 0 | 0.38 | 268.1 | 0.33 | 0.47 |
| Hex | 75 | 50 | 9F | 1A | 32 | 0 | 26 | 10C | 21 | 2F |
| Octal | 165 | 120 | 237 | 32 | 62 | 0 | 46 | 414 | 41 | 57 |
| Binary | 1110101 | 1010000 | 10011111 | 11010 | 110010 | 0 | 100110 | 100001100 | 100001 | 101111 |
Color Harmonies of #75509F
Complementary color
Monochromatic Colors of #75509F
Black with #75509F
Text Example
Text Example
White with #75509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75509F; }
p { color: rgb(117,80,159); }
H1.HeaderClassName
{
color: #75509F;
}
.AnyTagClassName
{
color: #75509F;
}
</style>
background-color css
<style>
a { background-color: #75509F; }
a { background-color: rgb(117,80,159); }
div.DivClassName
{
background-color: #75509F;
}
.BgClassName
{
background-color: #75509F;
}
</style>
border-color css
<style>
span { border-color: #75509F; }
span { border-color: rgb(117,80,159); }
td.TdClassName
{
border-color: #75509F;
}
.TagClassName
{
border-color: #75509F;
}
</style>