Shades of Studio #754E9A
Tints of Studio #754E9A
RGB
CMYK
RGB Variations
Color information
#754E9A (or 0x754E9A) is known color: Studio. HEX triplet: 75, 4E and 9A. RGB value is (117,78,154). Sum of RGB (Red+Green+Blue) = 117+78+154=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #754E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754E9A is #8AB165. Grayscale: #626262. Windows color (decimal): -9089382 or 10112629. OLE color: 10112629.
HSL color Cylindrical-coordinate representation of color #754E9A: hue angle of 270.79º degrees, saturation: 0.33, 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 #754E9A is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 78 | 154 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.40 |
| HSL | 270.79º | 0.33% | 0.45% | - |
| HSV(B) | 270.79º | 0.49% | 0.6% | - |
| XYZ | 15.89 | 11.56 | 31.97 | - |
| YUV | 98.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 154 | 0.24 | 0.49 | 0 | 0.40 | 270.79 | 0.33 | 0.45 |
| Hex | 75 | 4E | 9A | 18 | 31 | 0 | 28 | 10F | 21 | 2D |
| Octal | 165 | 116 | 232 | 30 | 61 | 0 | 50 | 417 | 41 | 55 |
| Binary | 1110101 | 1001110 | 10011010 | 11000 | 110001 | 0 | 101000 | 100001111 | 100001 | 101101 |
Color Harmonies of #754E9A
Complementary color
Monochromatic Colors of #754E9A
Black with #754E9A
Text Example
Text Example
White with #754E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E9A; }
p { color: rgb(117,78,154); }
H1.HeaderClassName
{
color: #754E9A;
}
.AnyTagClassName
{
color: #754E9A;
}
</style>
background-color css
<style>
a { background-color: #754E9A; }
a { background-color: rgb(117,78,154); }
div.DivClassName
{
background-color: #754E9A;
}
.BgClassName
{
background-color: #754E9A;
}
</style>
border-color css
<style>
span { border-color: #754E9A; }
span { border-color: rgb(117,78,154); }
td.TdClassName
{
border-color: #754E9A;
}
.TagClassName
{
border-color: #754E9A;
}
</style>