Shades of Studio #8458AC
Tints of Studio #8458AC
RGB
CMYK
RGB Variations
Color information
#8458AC (or 0x8458AC) is known color: Studio. HEX triplet: 84, 58 and AC. RGB value is (132,88,172). Sum of RGB (Red+Green+Blue) = 132+88+172=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #8458AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8458AC is #7BA753. Grayscale: #6E6E6E. Windows color (decimal): -8103764 or 11294852. OLE color: 11294852.
HSL color Cylindrical-coordinate representation of color #8458AC: hue angle of 271.43º degrees, saturation: 0.34, 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 #8458AC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 88 | 172 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.33 |
| HSL | 271.43º | 0.34% | 0.51% | - |
| HSV(B) | 271.43º | 0.49% | 0.67% | - |
| XYZ | 20.45 | 14.86 | 40.82 | - |
| YUV | 110.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 172 | 0.23 | 0.49 | 0 | 0.33 | 271.43 | 0.34 | 0.51 |
| Hex | 84 | 58 | AC | 17 | 31 | 0 | 21 | 10F | 22 | 33 |
| Octal | 204 | 130 | 254 | 27 | 61 | 0 | 41 | 417 | 42 | 63 |
| Binary | 10000100 | 1011000 | 10101100 | 10111 | 110001 | 0 | 100001 | 100001111 | 100010 | 110011 |
Color Harmonies of #8458AC
Complementary color
Monochromatic Colors of #8458AC
Black with #8458AC
Text Example
Text Example
White with #8458AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458AC; }
p { color: rgb(132,88,172); }
H1.HeaderClassName
{
color: #8458AC;
}
.AnyTagClassName
{
color: #8458AC;
}
</style>
background-color css
<style>
a { background-color: #8458AC; }
a { background-color: rgb(132,88,172); }
div.DivClassName
{
background-color: #8458AC;
}
.BgClassName
{
background-color: #8458AC;
}
</style>
border-color css
<style>
span { border-color: #8458AC; }
span { border-color: rgb(132,88,172); }
td.TdClassName
{
border-color: #8458AC;
}
.TagClassName
{
border-color: #8458AC;
}
</style>