Shades of Wild Blue Yonder #8289BD
Tints of Wild Blue Yonder #8289BD
RGB
CMYK
RGB Variations
Color information
#8289BD (or 0x8289BD) is known color: Wild Blue Yonder. HEX triplet: 82, 89 and BD. RGB value is (130,137,189). Sum of RGB (Red+Green+Blue) = 130+137+189=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #8289BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289BD is #7D7642. Grayscale: #8C8C8C. Windows color (decimal): -8222275 or 12421506. OLE color: 12421506.
HSL color Cylindrical-coordinate representation of color #8289BD: hue angle of 232.88º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8289BD is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 137 | 189 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.26 |
| HSL | 232.88º | 0.31% | 0.63% | - |
| HSV(B) | 232.88º | 0.31% | 0.74% | - |
| XYZ | 27.34 | 26.31 | 51.78 | - |
| YUV | 140.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 189 | 0.31 | 0.28 | 0 | 0.26 | 232.88 | 0.31 | 0.63 |
| Hex | 82 | 89 | BD | 1F | 1C | 0 | 1A | E9 | 1F | 3F |
| Octal | 202 | 211 | 275 | 37 | 34 | 0 | 32 | 351 | 37 | 77 |
| Binary | 10000010 | 10001001 | 10111101 | 11111 | 11100 | 0 | 11010 | 11101001 | 11111 | 111111 |
Color Harmonies of #8289BD
Complementary color
Monochromatic Colors of #8289BD
Black with #8289BD
Text Example
Text Example
White with #8289BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8289BD; }
p { color: rgb(130,137,189); }
H1.HeaderClassName
{
color: #8289BD;
}
.AnyTagClassName
{
color: #8289BD;
}
</style>
background-color css
<style>
a { background-color: #8289BD; }
a { background-color: rgb(130,137,189); }
div.DivClassName
{
background-color: #8289BD;
}
.BgClassName
{
background-color: #8289BD;
}
</style>
border-color css
<style>
span { border-color: #8289BD; }
span { border-color: rgb(130,137,189); }
td.TdClassName
{
border-color: #8289BD;
}
.TagClassName
{
border-color: #8289BD;
}
</style>