Shades of Studio #754DB9
Tints of Studio #754DB9
RGB
CMYK
RGB Variations
Color information
#754DB9 (or 0x754DB9) is known color: Studio. HEX triplet: 75, 4D and B9. RGB value is (117,77,185). Sum of RGB (Red+Green+Blue) = 117+77+185=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #754DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DB9 is #8AB246. Grayscale: #646464. Windows color (decimal): -9089607 or 12143989. OLE color: 12143989.
HSL color Cylindrical-coordinate representation of color #754DB9: hue angle of 262.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754DB9 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 77 | 185 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.27 |
| HSL | 262.22º | 0.44% | 0.51% | - |
| HSV(B) | 262.22º | 0.58% | 0.73% | - |
| XYZ | 18.75 | 12.59 | 47.34 | - |
| YUV | 101.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 185 | 0.37 | 0.58 | 0 | 0.27 | 262.22 | 0.44 | 0.51 |
| Hex | 75 | 4D | B9 | 25 | 3A | 0 | 1B | 106 | 2C | 33 |
| Octal | 165 | 115 | 271 | 45 | 72 | 0 | 33 | 406 | 54 | 63 |
| Binary | 1110101 | 1001101 | 10111001 | 100101 | 111010 | 0 | 11011 | 100000110 | 101100 | 110011 |
Color Harmonies of #754DB9
Complementary color
Monochromatic Colors of #754DB9
Black with #754DB9
Text Example
Text Example
White with #754DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DB9; }
p { color: rgb(117,77,185); }
H1.HeaderClassName
{
color: #754DB9;
}
.AnyTagClassName
{
color: #754DB9;
}
</style>
background-color css
<style>
a { background-color: #754DB9; }
a { background-color: rgb(117,77,185); }
div.DivClassName
{
background-color: #754DB9;
}
.BgClassName
{
background-color: #754DB9;
}
</style>
border-color css
<style>
span { border-color: #754DB9; }
span { border-color: rgb(117,77,185); }
td.TdClassName
{
border-color: #754DB9;
}
.TagClassName
{
border-color: #754DB9;
}
</style>