Shades of Wild Blue Yonder #8185AD
Tints of Wild Blue Yonder #8185AD
RGB
CMYK
RGB Variations
Color information
#8185AD (or 0x8185AD) is known color: Wild Blue Yonder. HEX triplet: 81, 85 and AD. RGB value is (129,133,173). Sum of RGB (Red+Green+Blue) = 129+133+173=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8185AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8185AD is #7E7A52. Grayscale: #888888. Windows color (decimal): -8288851 or 11371905. OLE color: 11371905.
HSL color Cylindrical-coordinate representation of color #8185AD: hue angle of 234.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8185AD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 133 | 173 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.32 |
| HSL | 234.55º | 0.21% | 0.59% | - |
| HSV(B) | 234.55º | 0.25% | 0.68% | - |
| XYZ | 24.98 | 24.46 | 42.94 | - |
| YUV | 136.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 173 | 0.25 | 0.23 | 0 | 0.32 | 234.55 | 0.21 | 0.59 |
| Hex | 81 | 85 | AD | 19 | 17 | 0 | 20 | EB | 15 | 3B |
| Octal | 201 | 205 | 255 | 31 | 27 | 0 | 40 | 353 | 25 | 73 |
| Binary | 10000001 | 10000101 | 10101101 | 11001 | 10111 | 0 | 100000 | 11101011 | 10101 | 111011 |
Color Harmonies of #8185AD
Complementary color
Monochromatic Colors of #8185AD
Black with #8185AD
Text Example
Text Example
White with #8185AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185AD; }
p { color: rgb(129,133,173); }
H1.HeaderClassName
{
color: #8185AD;
}
.AnyTagClassName
{
color: #8185AD;
}
</style>
background-color css
<style>
a { background-color: #8185AD; }
a { background-color: rgb(129,133,173); }
div.DivClassName
{
background-color: #8185AD;
}
.BgClassName
{
background-color: #8185AD;
}
</style>
border-color css
<style>
span { border-color: #8185AD; }
span { border-color: rgb(129,133,173); }
td.TdClassName
{
border-color: #8185AD;
}
.TagClassName
{
border-color: #8185AD;
}
</style>