Shades of Wild Blue Yonder #8185AC
Tints of Wild Blue Yonder #8185AC
RGB
CMYK
RGB Variations
Color information
#8185AC (or 0x8185AC) is known color: Wild Blue Yonder. HEX triplet: 81, 85 and AC. RGB value is (129,133,172). Sum of RGB (Red+Green+Blue) = 129+133+172=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #8185AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8185AC is #7E7A53. Grayscale: #888888. Windows color (decimal): -8288852 or 11306369. OLE color: 11306369.
HSL color Cylindrical-coordinate representation of color #8185AC: hue angle of 234.42º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8185AC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 133 | 172 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.33 |
| HSL | 234.42º | 0.21% | 0.59% | - |
| HSV(B) | 234.42º | 0.25% | 0.67% | - |
| XYZ | 24.89 | 24.42 | 42.43 | - |
| YUV | 136.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 172 | 0.25 | 0.23 | 0 | 0.33 | 234.42 | 0.21 | 0.59 |
| Hex | 81 | 85 | AC | 19 | 17 | 0 | 21 | EA | 15 | 3B |
| Octal | 201 | 205 | 254 | 31 | 27 | 0 | 41 | 352 | 25 | 73 |
| Binary | 10000001 | 10000101 | 10101100 | 11001 | 10111 | 0 | 100001 | 11101010 | 10101 | 111011 |
Color Harmonies of #8185AC
Complementary color
Monochromatic Colors of #8185AC
Black with #8185AC
Text Example
Text Example
White with #8185AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185AC; }
p { color: rgb(129,133,172); }
H1.HeaderClassName
{
color: #8185AC;
}
.AnyTagClassName
{
color: #8185AC;
}
</style>
background-color css
<style>
a { background-color: #8185AC; }
a { background-color: rgb(129,133,172); }
div.DivClassName
{
background-color: #8185AC;
}
.BgClassName
{
background-color: #8185AC;
}
</style>
border-color css
<style>
span { border-color: #8185AC; }
span { border-color: rgb(129,133,172); }
td.TdClassName
{
border-color: #8185AC;
}
.TagClassName
{
border-color: #8185AC;
}
</style>