Shades of Wild Blue Yonder #8894BD
Tints of Wild Blue Yonder #8894BD
RGB
CMYK
RGB Variations
Color information
#8894BD (or 0x8894BD) is known color: Wild Blue Yonder. HEX triplet: 88, 94 and BD. RGB value is (136,148,189). Sum of RGB (Red+Green+Blue) = 136+148+189=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #8894BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894BD is #776B42. Grayscale: #949494. Windows color (decimal): -7826243 or 12424328. OLE color: 12424328.
HSL color Cylindrical-coordinate representation of color #8894BD: hue angle of 226.42º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8894BD is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 148 | 189 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.26 |
| HSL | 226.42º | 0.29% | 0.64% | - |
| HSV(B) | 226.42º | 0.28% | 0.74% | - |
| XYZ | 29.93 | 30.09 | 52.37 | - |
| YUV | 149.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 189 | 0.28 | 0.22 | 0 | 0.26 | 226.42 | 0.29 | 0.64 |
| Hex | 88 | 94 | BD | 1C | 16 | 0 | 1A | E2 | 1D | 40 |
| Octal | 210 | 224 | 275 | 34 | 26 | 0 | 32 | 342 | 35 | 100 |
| Binary | 10001000 | 10010100 | 10111101 | 11100 | 10110 | 0 | 11010 | 11100010 | 11101 | 1000000 |
Color Harmonies of #8894BD
Complementary color
Monochromatic Colors of #8894BD
Black with #8894BD
Text Example
Text Example
White with #8894BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8894BD; }
p { color: rgb(136,148,189); }
H1.HeaderClassName
{
color: #8894BD;
}
.AnyTagClassName
{
color: #8894BD;
}
</style>
background-color css
<style>
a { background-color: #8894BD; }
a { background-color: rgb(136,148,189); }
div.DivClassName
{
background-color: #8894BD;
}
.BgClassName
{
background-color: #8894BD;
}
</style>
border-color css
<style>
span { border-color: #8894BD; }
span { border-color: rgb(136,148,189); }
td.TdClassName
{
border-color: #8894BD;
}
.TagClassName
{
border-color: #8894BD;
}
</style>