Shades of Wild Blue Yonder #8189BC
Tints of Wild Blue Yonder #8189BC
RGB
CMYK
RGB Variations
Color information
#8189BC (or 0x8189BC) is known color: Wild Blue Yonder. HEX triplet: 81, 89 and BC. RGB value is (129,137,188). Sum of RGB (Red+Green+Blue) = 129+137+188=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #8189BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189BC is #7E7643. Grayscale: #8C8C8C. Windows color (decimal): -8287812 or 12355969. OLE color: 12355969.
HSL color Cylindrical-coordinate representation of color #8189BC: hue angle of 231.86º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8189BC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 137 | 188 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.26 |
| HSL | 231.86º | 0.31% | 0.62% | - |
| HSV(B) | 231.86º | 0.31% | 0.74% | - |
| XYZ | 27.08 | 26.19 | 51.2 | - |
| YUV | 140.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 188 | 0.31 | 0.27 | 0 | 0.26 | 231.86 | 0.31 | 0.62 |
| Hex | 81 | 89 | BC | 1F | 1B | 0 | 1A | E8 | 1F | 3E |
| Octal | 201 | 211 | 274 | 37 | 33 | 0 | 32 | 350 | 37 | 76 |
| Binary | 10000001 | 10001001 | 10111100 | 11111 | 11011 | 0 | 11010 | 11101000 | 11111 | 111110 |
Color Harmonies of #8189BC
Complementary color
Monochromatic Colors of #8189BC
Black with #8189BC
Text Example
Text Example
White with #8189BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8189BC; }
p { color: rgb(129,137,188); }
H1.HeaderClassName
{
color: #8189BC;
}
.AnyTagClassName
{
color: #8189BC;
}
</style>
background-color css
<style>
a { background-color: #8189BC; }
a { background-color: rgb(129,137,188); }
div.DivClassName
{
background-color: #8189BC;
}
.BgClassName
{
background-color: #8189BC;
}
</style>
border-color css
<style>
span { border-color: #8189BC; }
span { border-color: rgb(129,137,188); }
td.TdClassName
{
border-color: #8189BC;
}
.TagClassName
{
border-color: #8189BC;
}
</style>