Shades of Studio #754B9A
Tints of Studio #754B9A
RGB
CMYK
RGB Variations
Color information
#754B9A (or 0x754B9A) is known color: Studio. HEX triplet: 75, 4B and 9A. RGB value is (117,75,154). Sum of RGB (Red+Green+Blue) = 117+75+154=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #754B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B9A is #8AB465. Grayscale: #606060. Windows color (decimal): -9090150 or 10111861. OLE color: 10111861.
HSL color Cylindrical-coordinate representation of color #754B9A: hue angle of 271.9º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754B9A is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 75 | 154 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.40 |
| HSL | 271.9º | 0.34% | 0.45% | - |
| HSV(B) | 271.9º | 0.51% | 0.6% | - |
| XYZ | 15.68 | 11.15 | 31.9 | - |
| YUV | 96.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 154 | 0.24 | 0.51 | 0 | 0.40 | 271.9 | 0.34 | 0.45 |
| Hex | 75 | 4B | 9A | 18 | 33 | 0 | 28 | 110 | 22 | 2D |
| Octal | 165 | 113 | 232 | 30 | 63 | 0 | 50 | 420 | 42 | 55 |
| Binary | 1110101 | 1001011 | 10011010 | 11000 | 110011 | 0 | 101000 | 100010000 | 100010 | 101101 |
Color Harmonies of #754B9A
Complementary color
Monochromatic Colors of #754B9A
Black with #754B9A
Text Example
Text Example
White with #754B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B9A; }
p { color: rgb(117,75,154); }
H1.HeaderClassName
{
color: #754B9A;
}
.AnyTagClassName
{
color: #754B9A;
}
</style>
background-color css
<style>
a { background-color: #754B9A; }
a { background-color: rgb(117,75,154); }
div.DivClassName
{
background-color: #754B9A;
}
.BgClassName
{
background-color: #754B9A;
}
</style>
border-color css
<style>
span { border-color: #754B9A; }
span { border-color: rgb(117,75,154); }
td.TdClassName
{
border-color: #754B9A;
}
.TagClassName
{
border-color: #754B9A;
}
</style>