Shades of Studio #754898
Tints of Studio #754898
RGB
CMYK
RGB Variations
Color information
#754898 (or 0x754898) is known color: Studio. HEX triplet: 75, 48 and 98. RGB value is (117,72,152). Sum of RGB (Red+Green+Blue) = 117+72+152=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #754898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754898 is #8AB767. Grayscale: #5E5E5E. Windows color (decimal): -9090920 or 9980021. OLE color: 9980021.
HSL color Cylindrical-coordinate representation of color #754898: hue angle of 273.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754898 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 72 | 152 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.40 |
| HSL | 273.75º | 0.36% | 0.44% | - |
| HSV(B) | 273.75º | 0.53% | 0.6% | - |
| XYZ | 15.32 | 10.68 | 30.96 | - |
| YUV | 94.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 152 | 0.23 | 0.53 | 0 | 0.40 | 273.75 | 0.36 | 0.44 |
| Hex | 75 | 48 | 98 | 17 | 35 | 0 | 28 | 112 | 24 | 2C |
| Octal | 165 | 110 | 230 | 27 | 65 | 0 | 50 | 422 | 44 | 54 |
| Binary | 1110101 | 1001000 | 10011000 | 10111 | 110101 | 0 | 101000 | 100010010 | 100100 | 101100 |
Color Harmonies of #754898
Complementary color
Monochromatic Colors of #754898
Black with #754898
Text Example
Text Example
White with #754898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754898; }
p { color: rgb(117,72,152); }
H1.HeaderClassName
{
color: #754898;
}
.AnyTagClassName
{
color: #754898;
}
</style>
background-color css
<style>
a { background-color: #754898; }
a { background-color: rgb(117,72,152); }
div.DivClassName
{
background-color: #754898;
}
.BgClassName
{
background-color: #754898;
}
</style>
border-color css
<style>
span { border-color: #754898; }
span { border-color: rgb(117,72,152); }
td.TdClassName
{
border-color: #754898;
}
.TagClassName
{
border-color: #754898;
}
</style>