Shades of Studio #75549F
Tints of Studio #75549F
RGB
CMYK
RGB Variations
Color information
#75549F (or 0x75549F) is known color: Studio. HEX triplet: 75, 54 and 9F. RGB value is (117,84,159). Sum of RGB (Red+Green+Blue) = 117+84+159=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #75549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75549F is #8AAB60. Grayscale: #666666. Windows color (decimal): -9087841 or 10441845. OLE color: 10441845.
HSL color Cylindrical-coordinate representation of color #75549F: hue angle of 266.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75549F is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 84 | 159 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.38 |
| HSL | 266.4º | 0.31% | 0.48% | - |
| HSV(B) | 266.4º | 0.47% | 0.62% | - |
| XYZ | 16.76 | 12.63 | 34.35 | - |
| YUV | 102.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 159 | 0.26 | 0.47 | 0 | 0.38 | 266.4 | 0.31 | 0.48 |
| Hex | 75 | 54 | 9F | 1A | 2F | 0 | 26 | 10A | 1F | 30 |
| Octal | 165 | 124 | 237 | 32 | 57 | 0 | 46 | 412 | 37 | 60 |
| Binary | 1110101 | 1010100 | 10011111 | 11010 | 101111 | 0 | 100110 | 100001010 | 11111 | 110000 |
Color Harmonies of #75549F
Complementary color
Monochromatic Colors of #75549F
Black with #75549F
Text Example
Text Example
White with #75549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75549F; }
p { color: rgb(117,84,159); }
H1.HeaderClassName
{
color: #75549F;
}
.AnyTagClassName
{
color: #75549F;
}
</style>
background-color css
<style>
a { background-color: #75549F; }
a { background-color: rgb(117,84,159); }
div.DivClassName
{
background-color: #75549F;
}
.BgClassName
{
background-color: #75549F;
}
</style>
border-color css
<style>
span { border-color: #75549F; }
span { border-color: rgb(117,84,159); }
td.TdClassName
{
border-color: #75549F;
}
.TagClassName
{
border-color: #75549F;
}
</style>