Shades of Studio #7857AB
Tints of Studio #7857AB
RGB
CMYK
RGB Variations
Color information
#7857AB (or 0x7857AB) is known color: Studio. HEX triplet: 78, 57 and AB. RGB value is (120,87,171). Sum of RGB (Red+Green+Blue) = 120+87+171=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #7857AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7857AB is #87A854. Grayscale: #6A6A6A. Windows color (decimal): -8890453 or 11229048. OLE color: 11229048.
HSL color Cylindrical-coordinate representation of color #7857AB: hue angle of 263.57º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7857AB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 87 | 171 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.33 |
| HSL | 263.57º | 0.33% | 0.51% | - |
| HSV(B) | 263.57º | 0.49% | 0.67% | - |
| XYZ | 18.5 | 13.75 | 40.21 | - |
| YUV | 106.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 171 | 0.30 | 0.49 | 0 | 0.33 | 263.57 | 0.33 | 0.51 |
| Hex | 78 | 57 | AB | 1E | 31 | 0 | 21 | 108 | 21 | 33 |
| Octal | 170 | 127 | 253 | 36 | 61 | 0 | 41 | 410 | 41 | 63 |
| Binary | 1111000 | 1010111 | 10101011 | 11110 | 110001 | 0 | 100001 | 100001000 | 100001 | 110011 |
Color Harmonies of #7857AB
Complementary color
Monochromatic Colors of #7857AB
Black with #7857AB
Text Example
Text Example
White with #7857AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7857AB; }
p { color: rgb(120,87,171); }
H1.HeaderClassName
{
color: #7857AB;
}
.AnyTagClassName
{
color: #7857AB;
}
</style>
background-color css
<style>
a { background-color: #7857AB; }
a { background-color: rgb(120,87,171); }
div.DivClassName
{
background-color: #7857AB;
}
.BgClassName
{
background-color: #7857AB;
}
</style>
border-color css
<style>
span { border-color: #7857AB; }
span { border-color: rgb(120,87,171); }
td.TdClassName
{
border-color: #7857AB;
}
.TagClassName
{
border-color: #7857AB;
}
</style>