Shades of Studio #755294
Tints of Studio #755294
RGB
CMYK
RGB Variations
Color information
#755294 (or 0x755294) is known color: Studio. HEX triplet: 75, 52 and 94. RGB value is (117,82,148). Sum of RGB (Red+Green+Blue) = 117+82+148=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #755294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755294 is #8AAD6B. Grayscale: #636363. Windows color (decimal): -9088364 or 9720437. OLE color: 9720437.
HSL color Cylindrical-coordinate representation of color #755294: hue angle of 271.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755294 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 82 | 148 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.42 |
| HSL | 271.82º | 0.29% | 0.45% | - |
| HSV(B) | 271.82º | 0.45% | 0.58% | - |
| XYZ | 15.7 | 11.95 | 29.5 | - |
| YUV | 99.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 148 | 0.21 | 0.45 | 0 | 0.42 | 271.82 | 0.29 | 0.45 |
| Hex | 75 | 52 | 94 | 15 | 2D | 0 | 2A | 110 | 1D | 2D |
| Octal | 165 | 122 | 224 | 25 | 55 | 0 | 52 | 420 | 35 | 55 |
| Binary | 1110101 | 1010010 | 10010100 | 10101 | 101101 | 0 | 101010 | 100010000 | 11101 | 101101 |
Color Harmonies of #755294
Complementary color
Monochromatic Colors of #755294
Black with #755294
Text Example
Text Example
White with #755294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755294; }
p { color: rgb(117,82,148); }
H1.HeaderClassName
{
color: #755294;
}
.AnyTagClassName
{
color: #755294;
}
</style>
background-color css
<style>
a { background-color: #755294; }
a { background-color: rgb(117,82,148); }
div.DivClassName
{
background-color: #755294;
}
.BgClassName
{
background-color: #755294;
}
</style>
border-color css
<style>
span { border-color: #755294; }
span { border-color: rgb(117,82,148); }
td.TdClassName
{
border-color: #755294;
}
.TagClassName
{
border-color: #755294;
}
</style>