Shades of Wild Blue Yonder #8289BB
Tints of Wild Blue Yonder #8289BB
RGB
CMYK
RGB Variations
Color information
#8289BB (or 0x8289BB) is known color: Wild Blue Yonder. HEX triplet: 82, 89 and BB. RGB value is (130,137,187). Sum of RGB (Red+Green+Blue) = 130+137+187=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #8289BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289BB is #7D7644. Grayscale: #8C8C8C. Windows color (decimal): -8222277 or 12290434. OLE color: 12290434.
HSL color Cylindrical-coordinate representation of color #8289BB: hue angle of 232.63º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8289BB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 137 | 187 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.27 |
| HSL | 232.63º | 0.3% | 0.62% | - |
| HSV(B) | 232.63º | 0.3% | 0.73% | - |
| XYZ | 27.12 | 26.23 | 50.65 | - |
| YUV | 140.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 187 | 0.30 | 0.27 | 0 | 0.27 | 232.63 | 0.3 | 0.62 |
| Hex | 82 | 89 | BB | 1E | 1B | 0 | 1B | E9 | 1E | 3E |
| Octal | 202 | 211 | 273 | 36 | 33 | 0 | 33 | 351 | 36 | 76 |
| Binary | 10000010 | 10001001 | 10111011 | 11110 | 11011 | 0 | 11011 | 11101001 | 11110 | 111110 |
Color Harmonies of #8289BB
Complementary color
Monochromatic Colors of #8289BB
Black with #8289BB
Text Example
Text Example
White with #8289BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8289BB; }
p { color: rgb(130,137,187); }
H1.HeaderClassName
{
color: #8289BB;
}
.AnyTagClassName
{
color: #8289BB;
}
</style>
background-color css
<style>
a { background-color: #8289BB; }
a { background-color: rgb(130,137,187); }
div.DivClassName
{
background-color: #8289BB;
}
.BgClassName
{
background-color: #8289BB;
}
</style>
border-color css
<style>
span { border-color: #8289BB; }
span { border-color: rgb(130,137,187); }
td.TdClassName
{
border-color: #8289BB;
}
.TagClassName
{
border-color: #8289BB;
}
</style>