Shades of Wild Blue Yonder #8187B1
Tints of Wild Blue Yonder #8187B1
RGB
CMYK
RGB Variations
Color information
#8187B1 (or 0x8187B1) is known color: Wild Blue Yonder. HEX triplet: 81, 87 and B1. RGB value is (129,135,177). Sum of RGB (Red+Green+Blue) = 129+135+177=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #8187B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8187B1 is #7E784E. Grayscale: #898989. Windows color (decimal): -8288335 or 11634561. OLE color: 11634561.
HSL color Cylindrical-coordinate representation of color #8187B1: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8187B1 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 135 | 177 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.31 |
| HSL | 232.5º | 0.24% | 0.6% | - |
| HSV(B) | 232.5º | 0.27% | 0.69% | - |
| XYZ | 25.65 | 25.17 | 45.1 | - |
| YUV | 137.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 177 | 0.27 | 0.24 | 0 | 0.31 | 232.5 | 0.24 | 0.6 |
| Hex | 81 | 87 | B1 | 1B | 18 | 0 | 1F | E8 | 18 | 3C |
| Octal | 201 | 207 | 261 | 33 | 30 | 0 | 37 | 350 | 30 | 74 |
| Binary | 10000001 | 10000111 | 10110001 | 11011 | 11000 | 0 | 11111 | 11101000 | 11000 | 111100 |
Color Harmonies of #8187B1
Complementary color
Monochromatic Colors of #8187B1
Black with #8187B1
Text Example
Text Example
White with #8187B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8187B1; }
p { color: rgb(129,135,177); }
H1.HeaderClassName
{
color: #8187B1;
}
.AnyTagClassName
{
color: #8187B1;
}
</style>
background-color css
<style>
a { background-color: #8187B1; }
a { background-color: rgb(129,135,177); }
div.DivClassName
{
background-color: #8187B1;
}
.BgClassName
{
background-color: #8187B1;
}
</style>
border-color css
<style>
span { border-color: #8187B1; }
span { border-color: rgb(129,135,177); }
td.TdClassName
{
border-color: #8187B1;
}
.TagClassName
{
border-color: #8187B1;
}
</style>