Shades of Studio #754EAC
Tints of Studio #754EAC
RGB
CMYK
RGB Variations
Color information
#754EAC (or 0x754EAC) is known color: Studio. HEX triplet: 75, 4E and AC. RGB value is (117,78,172). Sum of RGB (Red+Green+Blue) = 117+78+172=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #754EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754EAC is #8AB153. Grayscale: #646464. Windows color (decimal): -9089364 or 11292277. OLE color: 11292277.
HSL color Cylindrical-coordinate representation of color #754EAC: hue angle of 264.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754EAC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 78 | 172 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.33 |
| HSL | 264.89º | 0.38% | 0.49% | - |
| HSV(B) | 264.89º | 0.55% | 0.67% | - |
| XYZ | 17.51 | 12.21 | 40.46 | - |
| YUV | 100.38 | 168.42 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 172 | 0.32 | 0.55 | 0 | 0.33 | 264.89 | 0.38 | 0.49 |
| Hex | 75 | 4E | AC | 20 | 37 | 0 | 21 | 109 | 26 | 31 |
| Octal | 165 | 116 | 254 | 40 | 67 | 0 | 41 | 411 | 46 | 61 |
| Binary | 1110101 | 1001110 | 10101100 | 100000 | 110111 | 0 | 100001 | 100001001 | 100110 | 110001 |
Color Harmonies of #754EAC
Complementary color
Monochromatic Colors of #754EAC
Black with #754EAC
Text Example
Text Example
White with #754EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EAC; }
p { color: rgb(117,78,172); }
H1.HeaderClassName
{
color: #754EAC;
}
.AnyTagClassName
{
color: #754EAC;
}
</style>
background-color css
<style>
a { background-color: #754EAC; }
a { background-color: rgb(117,78,172); }
div.DivClassName
{
background-color: #754EAC;
}
.BgClassName
{
background-color: #754EAC;
}
</style>
border-color css
<style>
span { border-color: #754EAC; }
span { border-color: rgb(117,78,172); }
td.TdClassName
{
border-color: #754EAC;
}
.TagClassName
{
border-color: #754EAC;
}
</style>