Shades of Studio #7850B1
Tints of Studio #7850B1
RGB
CMYK
RGB Variations
Color information
#7850B1 (or 0x7850B1) is known color: Studio. HEX triplet: 78, 50 and B1. RGB value is (120,80,177). Sum of RGB (Red+Green+Blue) = 120+80+177=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #7850B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7850B1 is #87AF4E. Grayscale: #666666. Windows color (decimal): -8892239 or 11620472. OLE color: 11620472.
HSL color Cylindrical-coordinate representation of color #7850B1: hue angle of 264.74º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7850B1 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 80 | 177 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.31 |
| HSL | 264.74º | 0.38% | 0.5% | - |
| HSV(B) | 264.74º | 0.55% | 0.69% | - |
| XYZ | 18.55 | 12.9 | 43.11 | - |
| YUV | 103.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 177 | 0.32 | 0.55 | 0 | 0.31 | 264.74 | 0.38 | 0.5 |
| Hex | 78 | 50 | B1 | 20 | 37 | 0 | 1F | 109 | 26 | 32 |
| Octal | 170 | 120 | 261 | 40 | 67 | 0 | 37 | 411 | 46 | 62 |
| Binary | 1111000 | 1010000 | 10110001 | 100000 | 110111 | 0 | 11111 | 100001001 | 100110 | 110010 |
Color Harmonies of #7850B1
Complementary color
Monochromatic Colors of #7850B1
Black with #7850B1
Text Example
Text Example
White with #7850B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7850B1; }
p { color: rgb(120,80,177); }
H1.HeaderClassName
{
color: #7850B1;
}
.AnyTagClassName
{
color: #7850B1;
}
</style>
background-color css
<style>
a { background-color: #7850B1; }
a { background-color: rgb(120,80,177); }
div.DivClassName
{
background-color: #7850B1;
}
.BgClassName
{
background-color: #7850B1;
}
</style>
border-color css
<style>
span { border-color: #7850B1; }
span { border-color: rgb(120,80,177); }
td.TdClassName
{
border-color: #7850B1;
}
.TagClassName
{
border-color: #7850B1;
}
</style>