Shades of Studio #754E99
Tints of Studio #754E99
RGB
CMYK
RGB Variations
Color information
#754E99 (or 0x754E99) is known color: Studio. HEX triplet: 75, 4E and 99. RGB value is (117,78,153). Sum of RGB (Red+Green+Blue) = 117+78+153=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #754E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754E99 is #8AB166. Grayscale: #616161. Windows color (decimal): -9089383 or 10047093. OLE color: 10047093.
HSL color Cylindrical-coordinate representation of color #754E99: hue angle of 271.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #754E99 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 78 | 153 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.4 |
| HSL | 271.2º | 0.32% | 0.45% | - |
| HSV(B) | 271.2º | 0.49% | 0.6% | - |
| XYZ | 15.81 | 11.53 | 31.53 | - |
| YUV | 98.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 153 | 0.24 | 0.49 | 0 | 0.4 | 271.2 | 0.32 | 0.45 |
| Hex | 75 | 4E | 99 | 18 | 31 | 0 | 28 | 10F | 20 | 2D |
| Octal | 165 | 116 | 231 | 30 | 61 | 0 | 50 | 417 | 40 | 55 |
| Binary | 1110101 | 1001110 | 10011001 | 11000 | 110001 | 0 | 101000 | 100001111 | 100000 | 101101 |
Color Harmonies of #754E99
Complementary color
Monochromatic Colors of #754E99
Black with #754E99
Text Example
Text Example
White with #754E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E99; }
p { color: rgb(117,78,153); }
H1.HeaderClassName
{
color: #754E99;
}
.AnyTagClassName
{
color: #754E99;
}
</style>
background-color css
<style>
a { background-color: #754E99; }
a { background-color: rgb(117,78,153); }
div.DivClassName
{
background-color: #754E99;
}
.BgClassName
{
background-color: #754E99;
}
</style>
border-color css
<style>
span { border-color: #754E99; }
span { border-color: rgb(117,78,153); }
td.TdClassName
{
border-color: #754E99;
}
.TagClassName
{
border-color: #754E99;
}
</style>