Shades of Wild Blue Yonder #8890B4
Tints of Wild Blue Yonder #8890B4
RGB
CMYK
RGB Variations
Color information
#8890B4 (or 0x8890B4) is known color: Wild Blue Yonder. HEX triplet: 88, 90 and B4. RGB value is (136,144,180). Sum of RGB (Red+Green+Blue) = 136+144+180=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #8890B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890B4 is #776F4B. Grayscale: #919191. Windows color (decimal): -7827276 or 11833480. OLE color: 11833480.
HSL color Cylindrical-coordinate representation of color #8890B4: hue angle of 229.09º 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 #8890B4 is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 144 | 180 | - |
| CMYK | 0.24 | 0.2 | 0 | 0.29 |
| HSL | 229.09º | 0.23% | 0.62% | - |
| HSV(B) | 229.09º | 0.24% | 0.71% | - |
| XYZ | 28.36 | 28.48 | 47.18 | - |
| YUV | 145.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 180 | 0.24 | 0.2 | 0 | 0.29 | 229.09 | 0.23 | 0.62 |
| Hex | 88 | 90 | B4 | 18 | 14 | 0 | 1D | E5 | 17 | 3E |
| Octal | 210 | 220 | 264 | 30 | 24 | 0 | 35 | 345 | 27 | 76 |
| Binary | 10001000 | 10010000 | 10110100 | 11000 | 10100 | 0 | 11101 | 11100101 | 10111 | 111110 |
Color Harmonies of #8890B4
Complementary color
Monochromatic Colors of #8890B4
Black with #8890B4
Text Example
Text Example
White with #8890B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8890B4; }
p { color: rgb(136,144,180); }
H1.HeaderClassName
{
color: #8890B4;
}
.AnyTagClassName
{
color: #8890B4;
}
</style>
background-color css
<style>
a { background-color: #8890B4; }
a { background-color: rgb(136,144,180); }
div.DivClassName
{
background-color: #8890B4;
}
.BgClassName
{
background-color: #8890B4;
}
</style>
border-color css
<style>
span { border-color: #8890B4; }
span { border-color: rgb(136,144,180); }
td.TdClassName
{
border-color: #8890B4;
}
.TagClassName
{
border-color: #8890B4;
}
</style>