Shades of Studio #755094
Tints of Studio #755094
RGB
CMYK
RGB Variations
Color information
#755094 (or 0x755094) is known color: Studio. HEX triplet: 75, 50 and 94. RGB value is (117,80,148). Sum of RGB (Red+Green+Blue) = 117+80+148=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #755094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755094 is #8AAF6B. Grayscale: #626262. Windows color (decimal): -9088876 or 9719925. OLE color: 9719925.
HSL color Cylindrical-coordinate representation of color #755094: hue angle of 272.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755094 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 80 | 148 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.42 |
| HSL | 272.65º | 0.3% | 0.45% | - |
| HSV(B) | 272.65º | 0.46% | 0.58% | - |
| XYZ | 15.55 | 11.66 | 29.45 | - |
| YUV | 98.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 148 | 0.21 | 0.46 | 0 | 0.42 | 272.65 | 0.3 | 0.45 |
| Hex | 75 | 50 | 94 | 15 | 2E | 0 | 2A | 111 | 1E | 2D |
| Octal | 165 | 120 | 224 | 25 | 56 | 0 | 52 | 421 | 36 | 55 |
| Binary | 1110101 | 1010000 | 10010100 | 10101 | 101110 | 0 | 101010 | 100010001 | 11110 | 101101 |
Color Harmonies of #755094
Complementary color
Monochromatic Colors of #755094
Black with #755094
Text Example
Text Example
White with #755094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755094; }
p { color: rgb(117,80,148); }
H1.HeaderClassName
{
color: #755094;
}
.AnyTagClassName
{
color: #755094;
}
</style>
background-color css
<style>
a { background-color: #755094; }
a { background-color: rgb(117,80,148); }
div.DivClassName
{
background-color: #755094;
}
.BgClassName
{
background-color: #755094;
}
</style>
border-color css
<style>
span { border-color: #755094; }
span { border-color: rgb(117,80,148); }
td.TdClassName
{
border-color: #755094;
}
.TagClassName
{
border-color: #755094;
}
</style>