Shades of Wild Blue Yonder #8189BB
Tints of Wild Blue Yonder #8189BB
RGB
CMYK
RGB Variations
Color information
#8189BB (or 0x8189BB) is known color: Wild Blue Yonder. HEX triplet: 81, 89 and BB. RGB value is (129,137,187). Sum of RGB (Red+Green+Blue) = 129+137+187=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #8189BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189BB is #7E7644. Grayscale: #8C8C8C. Windows color (decimal): -8287813 or 12290433. OLE color: 12290433.
HSL color Cylindrical-coordinate representation of color #8189BB: hue angle of 231.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8189BB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 137 | 187 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.27 |
| HSL | 231.72º | 0.3% | 0.62% | - |
| HSV(B) | 231.72º | 0.31% | 0.73% | - |
| XYZ | 26.97 | 26.15 | 50.64 | - |
| YUV | 140.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 187 | 0.31 | 0.27 | 0 | 0.27 | 231.72 | 0.3 | 0.62 |
| Hex | 81 | 89 | BB | 1F | 1B | 0 | 1B | E8 | 1E | 3E |
| Octal | 201 | 211 | 273 | 37 | 33 | 0 | 33 | 350 | 36 | 76 |
| Binary | 10000001 | 10001001 | 10111011 | 11111 | 11011 | 0 | 11011 | 11101000 | 11110 | 111110 |
Color Harmonies of #8189BB
Complementary color
Monochromatic Colors of #8189BB
Black with #8189BB
Text Example
Text Example
White with #8189BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8189BB; }
p { color: rgb(129,137,187); }
H1.HeaderClassName
{
color: #8189BB;
}
.AnyTagClassName
{
color: #8189BB;
}
</style>
background-color css
<style>
a { background-color: #8189BB; }
a { background-color: rgb(129,137,187); }
div.DivClassName
{
background-color: #8189BB;
}
.BgClassName
{
background-color: #8189BB;
}
</style>
border-color css
<style>
span { border-color: #8189BB; }
span { border-color: rgb(129,137,187); }
td.TdClassName
{
border-color: #8189BB;
}
.TagClassName
{
border-color: #8189BB;
}
</style>