Shades of Studio #754E9E
Tints of Studio #754E9E
RGB
CMYK
RGB Variations
Color information
#754E9E (or 0x754E9E) is known color: Studio. HEX triplet: 75, 4E and 9E. RGB value is (117,78,158). Sum of RGB (Red+Green+Blue) = 117+78+158=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #754E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754E9E is #8AB161. Grayscale: #626262. Windows color (decimal): -9089378 or 10374773. OLE color: 10374773.
HSL color Cylindrical-coordinate representation of color #754E9E: hue angle of 269.25º 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 #754E9E is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 78 | 158 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.38 |
| HSL | 269.25º | 0.34% | 0.46% | - |
| HSV(B) | 269.25º | 0.51% | 0.62% | - |
| XYZ | 16.23 | 11.7 | 33.75 | - |
| YUV | 98.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 158 | 0.26 | 0.51 | 0 | 0.38 | 269.25 | 0.34 | 0.46 |
| Hex | 75 | 4E | 9E | 1A | 33 | 0 | 26 | 10D | 22 | 2E |
| Octal | 165 | 116 | 236 | 32 | 63 | 0 | 46 | 415 | 42 | 56 |
| Binary | 1110101 | 1001110 | 10011110 | 11010 | 110011 | 0 | 100110 | 100001101 | 100010 | 101110 |
Color Harmonies of #754E9E
Complementary color
Monochromatic Colors of #754E9E
Black with #754E9E
Text Example
Text Example
White with #754E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E9E; }
p { color: rgb(117,78,158); }
H1.HeaderClassName
{
color: #754E9E;
}
.AnyTagClassName
{
color: #754E9E;
}
</style>
background-color css
<style>
a { background-color: #754E9E; }
a { background-color: rgb(117,78,158); }
div.DivClassName
{
background-color: #754E9E;
}
.BgClassName
{
background-color: #754E9E;
}
</style>
border-color css
<style>
span { border-color: #754E9E; }
span { border-color: rgb(117,78,158); }
td.TdClassName
{
border-color: #754E9E;
}
.TagClassName
{
border-color: #754E9E;
}
</style>