Shades of Studio #8458AB
Tints of Studio #8458AB
RGB
CMYK
RGB Variations
Color information
#8458AB (or 0x8458AB) is known color: Studio. HEX triplet: 84, 58 and AB. RGB value is (132,88,171). Sum of RGB (Red+Green+Blue) = 132+88+171=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #8458AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8458AB is #7BA754. Grayscale: #6E6E6E. Windows color (decimal): -8103765 or 11229316. OLE color: 11229316.
HSL color Cylindrical-coordinate representation of color #8458AB: hue angle of 271.81º 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 #8458AB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 88 | 171 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.33 |
| HSL | 271.81º | 0.33% | 0.51% | - |
| HSV(B) | 271.81º | 0.49% | 0.67% | - |
| XYZ | 20.36 | 14.83 | 40.32 | - |
| YUV | 110.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 171 | 0.23 | 0.49 | 0 | 0.33 | 271.81 | 0.33 | 0.51 |
| Hex | 84 | 58 | AB | 17 | 31 | 0 | 21 | 110 | 21 | 33 |
| Octal | 204 | 130 | 253 | 27 | 61 | 0 | 41 | 420 | 41 | 63 |
| Binary | 10000100 | 1011000 | 10101011 | 10111 | 110001 | 0 | 100001 | 100010000 | 100001 | 110011 |
Color Harmonies of #8458AB
Complementary color
Monochromatic Colors of #8458AB
Black with #8458AB
Text Example
Text Example
White with #8458AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458AB; }
p { color: rgb(132,88,171); }
H1.HeaderClassName
{
color: #8458AB;
}
.AnyTagClassName
{
color: #8458AB;
}
</style>
background-color css
<style>
a { background-color: #8458AB; }
a { background-color: rgb(132,88,171); }
div.DivClassName
{
background-color: #8458AB;
}
.BgClassName
{
background-color: #8458AB;
}
</style>
border-color css
<style>
span { border-color: #8458AB; }
span { border-color: rgb(132,88,171); }
td.TdClassName
{
border-color: #8458AB;
}
.TagClassName
{
border-color: #8458AB;
}
</style>