Shades of Studio #754ABC
Tints of Studio #754ABC
RGB
CMYK
RGB Variations
Color information
#754ABC (or 0x754ABC) is known color: Studio. HEX triplet: 75, 4A and BC. RGB value is (117,74,188). Sum of RGB (Red+Green+Blue) = 117+74+188=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #754ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ABC is #8AB543. Grayscale: #636363. Windows color (decimal): -9090372 or 12339829. OLE color: 12339829.
HSL color Cylindrical-coordinate representation of color #754ABC: hue angle of 262.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754ABC is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 74 | 188 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.26 |
| HSL | 262.63º | 0.46% | 0.51% | - |
| HSV(B) | 262.63º | 0.61% | 0.74% | - |
| XYZ | 18.86 | 12.31 | 48.96 | - |
| YUV | 99.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 188 | 0.38 | 0.61 | 0 | 0.26 | 262.63 | 0.46 | 0.51 |
| Hex | 75 | 4A | BC | 26 | 3D | 0 | 1A | 107 | 2E | 33 |
| Octal | 165 | 112 | 274 | 46 | 75 | 0 | 32 | 407 | 56 | 63 |
| Binary | 1110101 | 1001010 | 10111100 | 100110 | 111101 | 0 | 11010 | 100000111 | 101110 | 110011 |
Color Harmonies of #754ABC
Complementary color
Monochromatic Colors of #754ABC
Black with #754ABC
Text Example
Text Example
White with #754ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754ABC; }
p { color: rgb(117,74,188); }
H1.HeaderClassName
{
color: #754ABC;
}
.AnyTagClassName
{
color: #754ABC;
}
</style>
background-color css
<style>
a { background-color: #754ABC; }
a { background-color: rgb(117,74,188); }
div.DivClassName
{
background-color: #754ABC;
}
.BgClassName
{
background-color: #754ABC;
}
</style>
border-color css
<style>
span { border-color: #754ABC; }
span { border-color: rgb(117,74,188); }
td.TdClassName
{
border-color: #754ABC;
}
.TagClassName
{
border-color: #754ABC;
}
</style>