Shades of Studio #754D9B
Tints of Studio #754D9B
RGB
CMYK
RGB Variations
Color information
#754D9B (or 0x754D9B) is known color: Studio. HEX triplet: 75, 4D and 9B. RGB value is (117,77,155). Sum of RGB (Red+Green+Blue) = 117+77+155=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #754D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D9B is #8AB264. Grayscale: #616161. Windows color (decimal): -9089637 or 10177909. OLE color: 10177909.
HSL color Cylindrical-coordinate representation of color #754D9B: hue angle of 270.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754D9B is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 77 | 155 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.39 |
| HSL | 270.77º | 0.34% | 0.45% | - |
| HSV(B) | 270.77º | 0.5% | 0.61% | - |
| XYZ | 15.91 | 11.46 | 32.38 | - |
| YUV | 97.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 155 | 0.25 | 0.50 | 0 | 0.39 | 270.77 | 0.34 | 0.45 |
| Hex | 75 | 4D | 9B | 19 | 32 | 0 | 27 | 10F | 22 | 2D |
| Octal | 165 | 115 | 233 | 31 | 62 | 0 | 47 | 417 | 42 | 55 |
| Binary | 1110101 | 1001101 | 10011011 | 11001 | 110010 | 0 | 100111 | 100001111 | 100010 | 101101 |
Color Harmonies of #754D9B
Complementary color
Monochromatic Colors of #754D9B
Black with #754D9B
Text Example
Text Example
White with #754D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D9B; }
p { color: rgb(117,77,155); }
H1.HeaderClassName
{
color: #754D9B;
}
.AnyTagClassName
{
color: #754D9B;
}
</style>
background-color css
<style>
a { background-color: #754D9B; }
a { background-color: rgb(117,77,155); }
div.DivClassName
{
background-color: #754D9B;
}
.BgClassName
{
background-color: #754D9B;
}
</style>
border-color css
<style>
span { border-color: #754D9B; }
span { border-color: rgb(117,77,155); }
td.TdClassName
{
border-color: #754D9B;
}
.TagClassName
{
border-color: #754D9B;
}
</style>