Shades of Studio #7857A1
Tints of Studio #7857A1
RGB
CMYK
RGB Variations
Color information
#7857A1 (or 0x7857A1) is known color: Studio. HEX triplet: 78, 57 and A1. RGB value is (120,87,161). Sum of RGB (Red+Green+Blue) = 120+87+161=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 161 - color contains mainly: blue. Hex color #7857A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7857A1 is #87A85E. Grayscale: #696969. Windows color (decimal): -8890463 or 10573688. OLE color: 10573688.
HSL color Cylindrical-coordinate representation of color #7857A1: hue angle of 266.76º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7857A1 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 87 | 161 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.37 |
| HSL | 266.76º | 0.3% | 0.49% | - |
| HSV(B) | 266.76º | 0.46% | 0.63% | - |
| XYZ | 17.59 | 13.38 | 35.37 | - |
| YUV | 105.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 161 | 0.25 | 0.46 | 0 | 0.37 | 266.76 | 0.3 | 0.49 |
| Hex | 78 | 57 | A1 | 19 | 2E | 0 | 25 | 10B | 1E | 31 |
| Octal | 170 | 127 | 241 | 31 | 56 | 0 | 45 | 413 | 36 | 61 |
| Binary | 1111000 | 1010111 | 10100001 | 11001 | 101110 | 0 | 100101 | 100001011 | 11110 | 110001 |
Color Harmonies of #7857A1
Complementary color
Monochromatic Colors of #7857A1
Black with #7857A1
Text Example
Text Example
White with #7857A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7857A1; }
p { color: rgb(120,87,161); }
H1.HeaderClassName
{
color: #7857A1;
}
.AnyTagClassName
{
color: #7857A1;
}
</style>
background-color css
<style>
a { background-color: #7857A1; }
a { background-color: rgb(120,87,161); }
div.DivClassName
{
background-color: #7857A1;
}
.BgClassName
{
background-color: #7857A1;
}
</style>
border-color css
<style>
span { border-color: #7857A1; }
span { border-color: rgb(120,87,161); }
td.TdClassName
{
border-color: #7857A1;
}
.TagClassName
{
border-color: #7857A1;
}
</style>