Shades of Studio #7945A8
Tints of Studio #7945A8
RGB
CMYK
RGB Variations
Color information
#7945A8 (or 0x7945A8) is known color: Studio. HEX triplet: 79, 45 and A8. RGB value is (121,69,168). Sum of RGB (Red+Green+Blue) = 121+69+168=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 168 - color contains mainly: blue. Hex color #7945A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7945A8 is #86BA57. Grayscale: #5F5F5F. Windows color (decimal): -8829528 or 11027833. OLE color: 11027833.
HSL color Cylindrical-coordinate representation of color #7945A8: hue angle of 271.52º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7945A8 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 69 | 168 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.34 |
| HSL | 271.52º | 0.42% | 0.46% | - |
| HSV(B) | 271.52º | 0.59% | 0.66% | - |
| XYZ | 17.08 | 11.15 | 38.3 | - |
| YUV | 95.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 69 | 168 | 0.28 | 0.59 | 0 | 0.34 | 271.52 | 0.42 | 0.46 |
| Hex | 79 | 45 | A8 | 1C | 3B | 0 | 22 | 110 | 2A | 2E |
| Octal | 171 | 105 | 250 | 34 | 73 | 0 | 42 | 420 | 52 | 56 |
| Binary | 1111001 | 1000101 | 10101000 | 11100 | 111011 | 0 | 100010 | 100010000 | 101010 | 101110 |
Color Harmonies of #7945A8
Complementary color
Monochromatic Colors of #7945A8
Black with #7945A8
Text Example
Text Example
White with #7945A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7945A8; }
p { color: rgb(121,69,168); }
H1.HeaderClassName
{
color: #7945A8;
}
.AnyTagClassName
{
color: #7945A8;
}
</style>
background-color css
<style>
a { background-color: #7945A8; }
a { background-color: rgb(121,69,168); }
div.DivClassName
{
background-color: #7945A8;
}
.BgClassName
{
background-color: #7945A8;
}
</style>
border-color css
<style>
span { border-color: #7945A8; }
span { border-color: rgb(121,69,168); }
td.TdClassName
{
border-color: #7945A8;
}
.TagClassName
{
border-color: #7945A8;
}
</style>