Shades of Studio #754D9E
Tints of Studio #754D9E
RGB
CMYK
RGB Variations
Color information
#754D9E (or 0x754D9E) is known color: Studio. HEX triplet: 75, 4D and 9E. RGB value is (117,77,158). Sum of RGB (Red+Green+Blue) = 117+77+158=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #754D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D9E is #8AB261. Grayscale: #616161. Windows color (decimal): -9089634 or 10374517. OLE color: 10374517.
HSL color Cylindrical-coordinate representation of color #754D9E: hue angle of 269.63º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754D9E is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 77 | 158 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.38 |
| HSL | 269.63º | 0.34% | 0.46% | - |
| HSV(B) | 269.63º | 0.51% | 0.62% | - |
| XYZ | 16.16 | 11.56 | 33.73 | - |
| YUV | 98.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 158 | 0.26 | 0.51 | 0 | 0.38 | 269.63 | 0.34 | 0.46 |
| Hex | 75 | 4D | 9E | 1A | 33 | 0 | 26 | 10E | 22 | 2E |
| Octal | 165 | 115 | 236 | 32 | 63 | 0 | 46 | 416 | 42 | 56 |
| Binary | 1110101 | 1001101 | 10011110 | 11010 | 110011 | 0 | 100110 | 100001110 | 100010 | 101110 |
Color Harmonies of #754D9E
Complementary color
Monochromatic Colors of #754D9E
Black with #754D9E
Text Example
Text Example
White with #754D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D9E; }
p { color: rgb(117,77,158); }
H1.HeaderClassName
{
color: #754D9E;
}
.AnyTagClassName
{
color: #754D9E;
}
</style>
background-color css
<style>
a { background-color: #754D9E; }
a { background-color: rgb(117,77,158); }
div.DivClassName
{
background-color: #754D9E;
}
.BgClassName
{
background-color: #754D9E;
}
</style>
border-color css
<style>
span { border-color: #754D9E; }
span { border-color: rgb(117,77,158); }
td.TdClassName
{
border-color: #754D9E;
}
.TagClassName
{
border-color: #754D9E;
}
</style>