Shades of Studio #754B96
Tints of Studio #754B96
RGB
CMYK
RGB Variations
Color information
#754B96 (or 0x754B96) is known color: Studio. HEX triplet: 75, 4B and 96. RGB value is (117,75,150). Sum of RGB (Red+Green+Blue) = 117+75+150=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #754B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B96 is #8AB469. Grayscale: #5F5F5F. Windows color (decimal): -9090154 or 9849717. OLE color: 9849717.
HSL color Cylindrical-coordinate representation of color #754B96: hue angle of 273.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754B96 is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 75 | 150 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.41 |
| HSL | 273.6º | 0.33% | 0.44% | - |
| HSV(B) | 273.6º | 0.5% | 0.59% | - |
| XYZ | 15.36 | 11.02 | 30.17 | - |
| YUV | 96.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 150 | 0.22 | 0.5 | 0 | 0.41 | 273.6 | 0.33 | 0.44 |
| Hex | 75 | 4B | 96 | 16 | 32 | 0 | 29 | 112 | 21 | 2C |
| Octal | 165 | 113 | 226 | 26 | 62 | 0 | 51 | 422 | 41 | 54 |
| Binary | 1110101 | 1001011 | 10010110 | 10110 | 110010 | 0 | 101001 | 100010010 | 100001 | 101100 |
Color Harmonies of #754B96
Complementary color
Monochromatic Colors of #754B96
Black with #754B96
Text Example
Text Example
White with #754B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B96; }
p { color: rgb(117,75,150); }
H1.HeaderClassName
{
color: #754B96;
}
.AnyTagClassName
{
color: #754B96;
}
</style>
background-color css
<style>
a { background-color: #754B96; }
a { background-color: rgb(117,75,150); }
div.DivClassName
{
background-color: #754B96;
}
.BgClassName
{
background-color: #754B96;
}
</style>
border-color css
<style>
span { border-color: #754B96; }
span { border-color: rgb(117,75,150); }
td.TdClassName
{
border-color: #754B96;
}
.TagClassName
{
border-color: #754B96;
}
</style>