Shades of Wild Blue Yonder #8189B6
Tints of Wild Blue Yonder #8189B6
RGB
CMYK
RGB Variations
Color information
#8189B6 (or 0x8189B6) is known color: Wild Blue Yonder. HEX triplet: 81, 89 and B6. RGB value is (129,137,182). Sum of RGB (Red+Green+Blue) = 129+137+182=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #8189B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189B6 is #7E7649. Grayscale: #8B8B8B. Windows color (decimal): -8287818 or 11962753. OLE color: 11962753.
HSL color Cylindrical-coordinate representation of color #8189B6: hue angle of 230.94º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8189B6 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 137 | 182 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.29 |
| HSL | 230.94º | 0.27% | 0.61% | - |
| HSV(B) | 230.94º | 0.29% | 0.71% | - |
| XYZ | 26.44 | 25.94 | 47.87 | - |
| YUV | 139.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 182 | 0.29 | 0.25 | 0 | 0.29 | 230.94 | 0.27 | 0.61 |
| Hex | 81 | 89 | B6 | 1D | 19 | 0 | 1D | E7 | 1B | 3D |
| Octal | 201 | 211 | 266 | 35 | 31 | 0 | 35 | 347 | 33 | 75 |
| Binary | 10000001 | 10001001 | 10110110 | 11101 | 11001 | 0 | 11101 | 11100111 | 11011 | 111101 |
Color Harmonies of #8189B6
Complementary color
Monochromatic Colors of #8189B6
Black with #8189B6
Text Example
Text Example
White with #8189B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8189B6; }
p { color: rgb(129,137,182); }
H1.HeaderClassName
{
color: #8189B6;
}
.AnyTagClassName
{
color: #8189B6;
}
</style>
background-color css
<style>
a { background-color: #8189B6; }
a { background-color: rgb(129,137,182); }
div.DivClassName
{
background-color: #8189B6;
}
.BgClassName
{
background-color: #8189B6;
}
</style>
border-color css
<style>
span { border-color: #8189B6; }
span { border-color: rgb(129,137,182); }
td.TdClassName
{
border-color: #8189B6;
}
.TagClassName
{
border-color: #8189B6;
}
</style>