Shades of Studio #7845AB
Tints of Studio #7845AB
RGB
CMYK
RGB Variations
Color information
#7845AB (or 0x7845AB) is known color: Studio. HEX triplet: 78, 45 and AB. RGB value is (120,69,171). Sum of RGB (Red+Green+Blue) = 120+69+171=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7845AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7845AB is #87BA54. Grayscale: #5F5F5F. Windows color (decimal): -8895061 or 11224440. OLE color: 11224440.
HSL color Cylindrical-coordinate representation of color #7845AB: hue angle of 270º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7845AB is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 69 | 171 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.33 |
| HSL | 270º | 0.43% | 0.47% | - |
| HSV(B) | 270º | 0.6% | 0.67% | - |
| XYZ | 17.22 | 11.19 | 39.78 | - |
| YUV | 95.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 171 | 0.30 | 0.60 | 0 | 0.33 | 270 | 0.43 | 0.47 |
| Hex | 78 | 45 | AB | 1E | 3C | 0 | 21 | 10E | 2A | 2F |
| Octal | 170 | 105 | 253 | 36 | 74 | 0 | 41 | 416 | 52 | 57 |
| Binary | 1111000 | 1000101 | 10101011 | 11110 | 111100 | 0 | 100001 | 100001110 | 101010 | 101111 |
Color Harmonies of #7845AB
Complementary color
Monochromatic Colors of #7845AB
Black with #7845AB
Text Example
Text Example
White with #7845AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7845AB; }
p { color: rgb(120,69,171); }
H1.HeaderClassName
{
color: #7845AB;
}
.AnyTagClassName
{
color: #7845AB;
}
</style>
background-color css
<style>
a { background-color: #7845AB; }
a { background-color: rgb(120,69,171); }
div.DivClassName
{
background-color: #7845AB;
}
.BgClassName
{
background-color: #7845AB;
}
</style>
border-color css
<style>
span { border-color: #7845AB; }
span { border-color: rgb(120,69,171); }
td.TdClassName
{
border-color: #7845AB;
}
.TagClassName
{
border-color: #7845AB;
}
</style>