Shades of Studio #754C9D
Tints of Studio #754C9D
RGB
CMYK
RGB Variations
Color information
#754C9D (or 0x754C9D) is known color: Studio. HEX triplet: 75, 4C and 9D. RGB value is (117,76,157). Sum of RGB (Red+Green+Blue) = 117+76+157=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #754C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754C9D is #8AB362. Grayscale: #616161. Windows color (decimal): -9089891 or 10308725. OLE color: 10308725.
HSL color Cylindrical-coordinate representation of color #754C9D: hue angle of 270.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754C9D is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 76 | 157 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.38 |
| HSL | 270.37º | 0.35% | 0.46% | - |
| HSV(B) | 270.37º | 0.52% | 0.62% | - |
| XYZ | 16.01 | 11.39 | 33.25 | - |
| YUV | 97.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 157 | 0.25 | 0.52 | 0 | 0.38 | 270.37 | 0.35 | 0.46 |
| Hex | 75 | 4C | 9D | 19 | 34 | 0 | 26 | 10E | 23 | 2E |
| Octal | 165 | 114 | 235 | 31 | 64 | 0 | 46 | 416 | 43 | 56 |
| Binary | 1110101 | 1001100 | 10011101 | 11001 | 110100 | 0 | 100110 | 100001110 | 100011 | 101110 |
Color Harmonies of #754C9D
Complementary color
Monochromatic Colors of #754C9D
Black with #754C9D
Text Example
Text Example
White with #754C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C9D; }
p { color: rgb(117,76,157); }
H1.HeaderClassName
{
color: #754C9D;
}
.AnyTagClassName
{
color: #754C9D;
}
</style>
background-color css
<style>
a { background-color: #754C9D; }
a { background-color: rgb(117,76,157); }
div.DivClassName
{
background-color: #754C9D;
}
.BgClassName
{
background-color: #754C9D;
}
</style>
border-color css
<style>
span { border-color: #754C9D; }
span { border-color: rgb(117,76,157); }
td.TdClassName
{
border-color: #754C9D;
}
.TagClassName
{
border-color: #754C9D;
}
</style>