Shades of Wild Blue Yonder #8187BB
Tints of Wild Blue Yonder #8187BB
RGB
CMYK
RGB Variations
Color information
#8187BB (or 0x8187BB) is known color: Wild Blue Yonder. HEX triplet: 81, 87 and BB. RGB value is (129,135,187). Sum of RGB (Red+Green+Blue) = 129+135+187=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #8187BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8187BB is #7E7844. Grayscale: #8A8A8A. Windows color (decimal): -8288325 or 12289921. OLE color: 12289921.
HSL color Cylindrical-coordinate representation of color #8187BB: hue angle of 233.79º 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 #8187BB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 135 | 187 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.27 |
| HSL | 233.79º | 0.3% | 0.62% | - |
| HSV(B) | 233.79º | 0.31% | 0.73% | - |
| XYZ | 26.69 | 25.58 | 50.55 | - |
| YUV | 139.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 187 | 0.31 | 0.28 | 0 | 0.27 | 233.79 | 0.3 | 0.62 |
| Hex | 81 | 87 | BB | 1F | 1C | 0 | 1B | EA | 1E | 3E |
| Octal | 201 | 207 | 273 | 37 | 34 | 0 | 33 | 352 | 36 | 76 |
| Binary | 10000001 | 10000111 | 10111011 | 11111 | 11100 | 0 | 11011 | 11101010 | 11110 | 111110 |
Color Harmonies of #8187BB
Complementary color
Monochromatic Colors of #8187BB
Black with #8187BB
Text Example
Text Example
White with #8187BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8187BB; }
p { color: rgb(129,135,187); }
H1.HeaderClassName
{
color: #8187BB;
}
.AnyTagClassName
{
color: #8187BB;
}
</style>
background-color css
<style>
a { background-color: #8187BB; }
a { background-color: rgb(129,135,187); }
div.DivClassName
{
background-color: #8187BB;
}
.BgClassName
{
background-color: #8187BB;
}
</style>
border-color css
<style>
span { border-color: #8187BB; }
span { border-color: rgb(129,135,187); }
td.TdClassName
{
border-color: #8187BB;
}
.TagClassName
{
border-color: #8187BB;
}
</style>