Shades of Studio #754ABA
Tints of Studio #754ABA
RGB
CMYK
RGB Variations
Color information
#754ABA (or 0x754ABA) is known color: Studio. HEX triplet: 75, 4A and BA. RGB value is (117,74,186). Sum of RGB (Red+Green+Blue) = 117+74+186=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #754ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ABA is #8AB545. Grayscale: #636363. Windows color (decimal): -9090374 or 12208757. OLE color: 12208757.
HSL color Cylindrical-coordinate representation of color #754ABA: hue angle of 263.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754ABA is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 74 | 186 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.27 |
| HSL | 263.04º | 0.45% | 0.51% | - |
| HSV(B) | 263.04º | 0.6% | 0.73% | - |
| XYZ | 18.65 | 12.22 | 47.83 | - |
| YUV | 99.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 186 | 0.37 | 0.60 | 0 | 0.27 | 263.04 | 0.45 | 0.51 |
| Hex | 75 | 4A | BA | 25 | 3C | 0 | 1B | 107 | 2D | 33 |
| Octal | 165 | 112 | 272 | 45 | 74 | 0 | 33 | 407 | 55 | 63 |
| Binary | 1110101 | 1001010 | 10111010 | 100101 | 111100 | 0 | 11011 | 100000111 | 101101 | 110011 |
Color Harmonies of #754ABA
Complementary color
Monochromatic Colors of #754ABA
Black with #754ABA
Text Example
Text Example
White with #754ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754ABA; }
p { color: rgb(117,74,186); }
H1.HeaderClassName
{
color: #754ABA;
}
.AnyTagClassName
{
color: #754ABA;
}
</style>
background-color css
<style>
a { background-color: #754ABA; }
a { background-color: rgb(117,74,186); }
div.DivClassName
{
background-color: #754ABA;
}
.BgClassName
{
background-color: #754ABA;
}
</style>
border-color css
<style>
span { border-color: #754ABA; }
span { border-color: rgb(117,74,186); }
td.TdClassName
{
border-color: #754ABA;
}
.TagClassName
{
border-color: #754ABA;
}
</style>