Shades of Wild Blue Yonder #8084AD
Tints of Wild Blue Yonder #8084AD
RGB
CMYK
RGB Variations
Color information
#8084AD (or 0x8084AD) is known color: Wild Blue Yonder. HEX triplet: 80, 84 and AD. RGB value is (128,132,173). Sum of RGB (Red+Green+Blue) = 128+132+173=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #8084AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8084AD is #7F7B52. Grayscale: #878787. Windows color (decimal): -8354643 or 11371648. OLE color: 11371648.
HSL color Cylindrical-coordinate representation of color #8084AD: hue angle of 234.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8084AD is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 132 | 173 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.32 |
| HSL | 234.67º | 0.22% | 0.59% | - |
| HSV(B) | 234.67º | 0.26% | 0.68% | - |
| XYZ | 24.7 | 24.11 | 42.89 | - |
| YUV | 135.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 173 | 0.26 | 0.24 | 0 | 0.32 | 234.67 | 0.22 | 0.59 |
| Hex | 80 | 84 | AD | 1A | 18 | 0 | 20 | EB | 16 | 3B |
| Octal | 200 | 204 | 255 | 32 | 30 | 0 | 40 | 353 | 26 | 73 |
| Binary | 10000000 | 10000100 | 10101101 | 11010 | 11000 | 0 | 100000 | 11101011 | 10110 | 111011 |
Color Harmonies of #8084AD
Complementary color
Monochromatic Colors of #8084AD
Black with #8084AD
Text Example
Text Example
White with #8084AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084AD; }
p { color: rgb(128,132,173); }
H1.HeaderClassName
{
color: #8084AD;
}
.AnyTagClassName
{
color: #8084AD;
}
</style>
background-color css
<style>
a { background-color: #8084AD; }
a { background-color: rgb(128,132,173); }
div.DivClassName
{
background-color: #8084AD;
}
.BgClassName
{
background-color: #8084AD;
}
</style>
border-color css
<style>
span { border-color: #8084AD; }
span { border-color: rgb(128,132,173); }
td.TdClassName
{
border-color: #8084AD;
}
.TagClassName
{
border-color: #8084AD;
}
</style>