Shades of Studio #754896
Tints of Studio #754896
RGB
CMYK
RGB Variations
Color information
#754896 (or 0x754896) is known color: Studio. HEX triplet: 75, 48 and 96. RGB value is (117,72,150). Sum of RGB (Red+Green+Blue) = 117+72+150=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #754896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754896 is #8AB769. Grayscale: #5E5E5E. Windows color (decimal): -9090922 or 9848949. OLE color: 9848949.
HSL color Cylindrical-coordinate representation of color #754896: hue angle of 274.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754896 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 72 | 150 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.41 |
| HSL | 274.62º | 0.35% | 0.44% | - |
| HSV(B) | 274.62º | 0.52% | 0.59% | - |
| XYZ | 15.16 | 10.62 | 30.1 | - |
| YUV | 94.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 150 | 0.22 | 0.52 | 0 | 0.41 | 274.62 | 0.35 | 0.44 |
| Hex | 75 | 48 | 96 | 16 | 34 | 0 | 29 | 113 | 23 | 2C |
| Octal | 165 | 110 | 226 | 26 | 64 | 0 | 51 | 423 | 43 | 54 |
| Binary | 1110101 | 1001000 | 10010110 | 10110 | 110100 | 0 | 101001 | 100010011 | 100011 | 101100 |
Color Harmonies of #754896
Complementary color
Monochromatic Colors of #754896
Black with #754896
Text Example
Text Example
White with #754896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754896; }
p { color: rgb(117,72,150); }
H1.HeaderClassName
{
color: #754896;
}
.AnyTagClassName
{
color: #754896;
}
</style>
background-color css
<style>
a { background-color: #754896; }
a { background-color: rgb(117,72,150); }
div.DivClassName
{
background-color: #754896;
}
.BgClassName
{
background-color: #754896;
}
</style>
border-color css
<style>
span { border-color: #754896; }
span { border-color: rgb(117,72,150); }
td.TdClassName
{
border-color: #754896;
}
.TagClassName
{
border-color: #754896;
}
</style>