Shades of Wild Blue Yonder #8082AB
Tints of Wild Blue Yonder #8082AB
RGB
CMYK
RGB Variations
Color information
#8082AB (or 0x8082AB) is known color: Wild Blue Yonder. HEX triplet: 80, 82 and AB. RGB value is (128,130,171). Sum of RGB (Red+Green+Blue) = 128+130+171=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #8082AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8082AB is #7F7D54. Grayscale: #858585. Windows color (decimal): -8355157 or 11240064. OLE color: 11240064.
HSL color Cylindrical-coordinate representation of color #8082AB: hue angle of 237.21º degrees, saturation: 0.2, 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 #8082AB is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 130 | 171 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.33 |
| HSL | 237.21º | 0.2% | 0.59% | - |
| HSV(B) | 237.21º | 0.25% | 0.67% | - |
| XYZ | 24.24 | 23.49 | 41.79 | - |
| YUV | 134.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 171 | 0.25 | 0.24 | 0 | 0.33 | 237.21 | 0.2 | 0.59 |
| Hex | 80 | 82 | AB | 19 | 18 | 0 | 21 | ED | 14 | 3B |
| Octal | 200 | 202 | 253 | 31 | 30 | 0 | 41 | 355 | 24 | 73 |
| Binary | 10000000 | 10000010 | 10101011 | 11001 | 11000 | 0 | 100001 | 11101101 | 10100 | 111011 |
Color Harmonies of #8082AB
Complementary color
Monochromatic Colors of #8082AB
Black with #8082AB
Text Example
Text Example
White with #8082AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082AB; }
p { color: rgb(128,130,171); }
H1.HeaderClassName
{
color: #8082AB;
}
.AnyTagClassName
{
color: #8082AB;
}
</style>
background-color css
<style>
a { background-color: #8082AB; }
a { background-color: rgb(128,130,171); }
div.DivClassName
{
background-color: #8082AB;
}
.BgClassName
{
background-color: #8082AB;
}
</style>
border-color css
<style>
span { border-color: #8082AB; }
span { border-color: rgb(128,130,171); }
td.TdClassName
{
border-color: #8082AB;
}
.TagClassName
{
border-color: #8082AB;
}
</style>