Shades of Wild Blue Yonder #8289AE
Tints of Wild Blue Yonder #8289AE
RGB
CMYK
RGB Variations
Color information
#8289AE (or 0x8289AE) is known color: Wild Blue Yonder. HEX triplet: 82, 89 and AE. RGB value is (130,137,174). Sum of RGB (Red+Green+Blue) = 130+137+174=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #8289AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8289AE is #7D7651. Grayscale: #8A8A8A. Windows color (decimal): -8222290 or 11438466. OLE color: 11438466.
HSL color Cylindrical-coordinate representation of color #8289AE: hue angle of 230.45º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8289AE is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 137 | 174 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.32 |
| HSL | 230.45º | 0.21% | 0.6% | - |
| HSV(B) | 230.45º | 0.25% | 0.68% | - |
| XYZ | 25.79 | 25.69 | 43.64 | - |
| YUV | 139.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 174 | 0.25 | 0.21 | 0 | 0.32 | 230.45 | 0.21 | 0.6 |
| Hex | 82 | 89 | AE | 19 | 15 | 0 | 20 | E6 | 15 | 3C |
| Octal | 202 | 211 | 256 | 31 | 25 | 0 | 40 | 346 | 25 | 74 |
| Binary | 10000010 | 10001001 | 10101110 | 11001 | 10101 | 0 | 100000 | 11100110 | 10101 | 111100 |
Color Harmonies of #8289AE
Complementary color
Monochromatic Colors of #8289AE
Black with #8289AE
Text Example
Text Example
White with #8289AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8289AE; }
p { color: rgb(130,137,174); }
H1.HeaderClassName
{
color: #8289AE;
}
.AnyTagClassName
{
color: #8289AE;
}
</style>
background-color css
<style>
a { background-color: #8289AE; }
a { background-color: rgb(130,137,174); }
div.DivClassName
{
background-color: #8289AE;
}
.BgClassName
{
background-color: #8289AE;
}
</style>
border-color css
<style>
span { border-color: #8289AE; }
span { border-color: rgb(130,137,174); }
td.TdClassName
{
border-color: #8289AE;
}
.TagClassName
{
border-color: #8289AE;
}
</style>