Shades of Studio #7851AF
Tints of Studio #7851AF
RGB
CMYK
RGB Variations
Color information
#7851AF (or 0x7851AF) is known color: Studio. HEX triplet: 78, 51 and AF. RGB value is (120,81,175). Sum of RGB (Red+Green+Blue) = 120+81+175=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #7851AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7851AF is #87AE50. Grayscale: #676767. Windows color (decimal): -8891985 or 11489656. OLE color: 11489656.
HSL color Cylindrical-coordinate representation of color #7851AF: hue angle of 264.89º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7851AF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 81 | 175 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.31 |
| HSL | 264.89º | 0.37% | 0.5% | - |
| HSV(B) | 264.89º | 0.54% | 0.69% | - |
| XYZ | 18.43 | 12.97 | 42.09 | - |
| YUV | 103.38 | 168.42 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 175 | 0.31 | 0.54 | 0 | 0.31 | 264.89 | 0.37 | 0.5 |
| Hex | 78 | 51 | AF | 1F | 36 | 0 | 1F | 109 | 25 | 32 |
| Octal | 170 | 121 | 257 | 37 | 66 | 0 | 37 | 411 | 45 | 62 |
| Binary | 1111000 | 1010001 | 10101111 | 11111 | 110110 | 0 | 11111 | 100001001 | 100101 | 110010 |
Color Harmonies of #7851AF
Complementary color
Monochromatic Colors of #7851AF
Black with #7851AF
Text Example
Text Example
White with #7851AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7851AF; }
p { color: rgb(120,81,175); }
H1.HeaderClassName
{
color: #7851AF;
}
.AnyTagClassName
{
color: #7851AF;
}
</style>
background-color css
<style>
a { background-color: #7851AF; }
a { background-color: rgb(120,81,175); }
div.DivClassName
{
background-color: #7851AF;
}
.BgClassName
{
background-color: #7851AF;
}
</style>
border-color css
<style>
span { border-color: #7851AF; }
span { border-color: rgb(120,81,175); }
td.TdClassName
{
border-color: #7851AF;
}
.TagClassName
{
border-color: #7851AF;
}
</style>