Shades of Wild Blue Yonder #8187BC
Tints of Wild Blue Yonder #8187BC
RGB
CMYK
RGB Variations
Color information
#8187BC (or 0x8187BC) is known color: Wild Blue Yonder. HEX triplet: 81, 87 and BC. RGB value is (129,135,188). Sum of RGB (Red+Green+Blue) = 129+135+188=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #8187BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8187BC is #7E7843. Grayscale: #8B8B8B. Windows color (decimal): -8288324 or 12355457. OLE color: 12355457.
HSL color Cylindrical-coordinate representation of color #8187BC: hue angle of 233.9º 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 #8187BC is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 135 | 188 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.26 |
| HSL | 233.9º | 0.31% | 0.62% | - |
| HSV(B) | 233.9º | 0.31% | 0.74% | - |
| XYZ | 26.79 | 25.63 | 51.11 | - |
| YUV | 139.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 188 | 0.31 | 0.28 | 0 | 0.26 | 233.9 | 0.31 | 0.62 |
| Hex | 81 | 87 | BC | 1F | 1C | 0 | 1A | EA | 1F | 3E |
| Octal | 201 | 207 | 274 | 37 | 34 | 0 | 32 | 352 | 37 | 76 |
| Binary | 10000001 | 10000111 | 10111100 | 11111 | 11100 | 0 | 11010 | 11101010 | 11111 | 111110 |
Color Harmonies of #8187BC
Complementary color
Monochromatic Colors of #8187BC
Black with #8187BC
Text Example
Text Example
White with #8187BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8187BC; }
p { color: rgb(129,135,188); }
H1.HeaderClassName
{
color: #8187BC;
}
.AnyTagClassName
{
color: #8187BC;
}
</style>
background-color css
<style>
a { background-color: #8187BC; }
a { background-color: rgb(129,135,188); }
div.DivClassName
{
background-color: #8187BC;
}
.BgClassName
{
background-color: #8187BC;
}
</style>
border-color css
<style>
span { border-color: #8187BC; }
span { border-color: rgb(129,135,188); }
td.TdClassName
{
border-color: #8187BC;
}
.TagClassName
{
border-color: #8187BC;
}
</style>