Shades of Wild Blue Yonder #8082AD
Tints of Wild Blue Yonder #8082AD
RGB
CMYK
RGB Variations
Color information
#8082AD (or 0x8082AD) is known color: Wild Blue Yonder. HEX triplet: 80, 82 and AD. RGB value is (128,130,173). Sum of RGB (Red+Green+Blue) = 128+130+173=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #8082AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8082AD is #7F7D52. Grayscale: #868686. Windows color (decimal): -8355155 or 11371136. OLE color: 11371136.
HSL color Cylindrical-coordinate representation of color #8082AD: hue angle of 237.33º 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 #8082AD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 130 | 173 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.32 |
| HSL | 237.33º | 0.22% | 0.59% | - |
| HSV(B) | 237.33º | 0.26% | 0.68% | - |
| XYZ | 24.43 | 23.57 | 42.8 | - |
| YUV | 134.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 173 | 0.26 | 0.25 | 0 | 0.32 | 237.33 | 0.22 | 0.59 |
| Hex | 80 | 82 | AD | 1A | 19 | 0 | 20 | ED | 16 | 3B |
| Octal | 200 | 202 | 255 | 32 | 31 | 0 | 40 | 355 | 26 | 73 |
| Binary | 10000000 | 10000010 | 10101101 | 11010 | 11001 | 0 | 100000 | 11101101 | 10110 | 111011 |
Color Harmonies of #8082AD
Complementary color
Monochromatic Colors of #8082AD
Black with #8082AD
Text Example
Text Example
White with #8082AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082AD; }
p { color: rgb(128,130,173); }
H1.HeaderClassName
{
color: #8082AD;
}
.AnyTagClassName
{
color: #8082AD;
}
</style>
background-color css
<style>
a { background-color: #8082AD; }
a { background-color: rgb(128,130,173); }
div.DivClassName
{
background-color: #8082AD;
}
.BgClassName
{
background-color: #8082AD;
}
</style>
border-color css
<style>
span { border-color: #8082AD; }
span { border-color: rgb(128,130,173); }
td.TdClassName
{
border-color: #8082AD;
}
.TagClassName
{
border-color: #8082AD;
}
</style>