Shades of Studio #845BA7
Tints of Studio #845BA7
RGB
CMYK
RGB Variations
Color information
#845BA7 (or 0x845BA7) is known color: Studio. HEX triplet: 84, 5B and A7. RGB value is (132,91,167). Sum of RGB (Red+Green+Blue) = 132+91+167=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #845BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845BA7 is #7BA458. Grayscale: #6F6F6F. Windows color (decimal): -8103001 or 10967940. OLE color: 10967940.
HSL color Cylindrical-coordinate representation of color #845BA7: hue angle of 272.37º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845BA7 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 91 | 167 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.35 |
| HSL | 272.37º | 0.3% | 0.51% | - |
| HSV(B) | 272.37º | 0.46% | 0.65% | - |
| XYZ | 20.23 | 15.18 | 38.42 | - |
| YUV | 111.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 167 | 0.21 | 0.46 | 0 | 0.35 | 272.37 | 0.3 | 0.51 |
| Hex | 84 | 5B | A7 | 15 | 2E | 0 | 23 | 110 | 1E | 33 |
| Octal | 204 | 133 | 247 | 25 | 56 | 0 | 43 | 420 | 36 | 63 |
| Binary | 10000100 | 1011011 | 10100111 | 10101 | 101110 | 0 | 100011 | 100010000 | 11110 | 110011 |
Color Harmonies of #845BA7
Complementary color
Monochromatic Colors of #845BA7
Black with #845BA7
Text Example
Text Example
White with #845BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BA7; }
p { color: rgb(132,91,167); }
H1.HeaderClassName
{
color: #845BA7;
}
.AnyTagClassName
{
color: #845BA7;
}
</style>
background-color css
<style>
a { background-color: #845BA7; }
a { background-color: rgb(132,91,167); }
div.DivClassName
{
background-color: #845BA7;
}
.BgClassName
{
background-color: #845BA7;
}
</style>
border-color css
<style>
span { border-color: #845BA7; }
span { border-color: rgb(132,91,167); }
td.TdClassName
{
border-color: #845BA7;
}
.TagClassName
{
border-color: #845BA7;
}
</style>