Shades of Wild Blue Yonder #8895B4
Tints of Wild Blue Yonder #8895B4
RGB
CMYK
RGB Variations
Color information
#8895B4 (or 0x8895B4) is known color: Wild Blue Yonder. HEX triplet: 88, 95 and B4. RGB value is (136,149,180). Sum of RGB (Red+Green+Blue) = 136+149+180=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #8895B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895B4 is #776A4B. Grayscale: #949494. Windows color (decimal): -7825996 or 11834760. OLE color: 11834760.
HSL color Cylindrical-coordinate representation of color #8895B4: hue angle of 222.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8895B4 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 149 | 180 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.29 |
| HSL | 222.27º | 0.23% | 0.62% | - |
| HSV(B) | 222.27º | 0.24% | 0.71% | - |
| XYZ | 29.14 | 30.02 | 47.44 | - |
| YUV | 148.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 180 | 0.24 | 0.17 | 0 | 0.29 | 222.27 | 0.23 | 0.62 |
| Hex | 88 | 95 | B4 | 18 | 11 | 0 | 1D | DE | 17 | 3E |
| Octal | 210 | 225 | 264 | 30 | 21 | 0 | 35 | 336 | 27 | 76 |
| Binary | 10001000 | 10010101 | 10110100 | 11000 | 10001 | 0 | 11101 | 11011110 | 10111 | 111110 |
Color Harmonies of #8895B4
Complementary color
Monochromatic Colors of #8895B4
Black with #8895B4
Text Example
Text Example
White with #8895B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895B4; }
p { color: rgb(136,149,180); }
H1.HeaderClassName
{
color: #8895B4;
}
.AnyTagClassName
{
color: #8895B4;
}
</style>
background-color css
<style>
a { background-color: #8895B4; }
a { background-color: rgb(136,149,180); }
div.DivClassName
{
background-color: #8895B4;
}
.BgClassName
{
background-color: #8895B4;
}
</style>
border-color css
<style>
span { border-color: #8895B4; }
span { border-color: rgb(136,149,180); }
td.TdClassName
{
border-color: #8895B4;
}
.TagClassName
{
border-color: #8895B4;
}
</style>