Shades of Wild Blue Yonder #8893B4
Tints of Wild Blue Yonder #8893B4
RGB
CMYK
RGB Variations
Color information
#8893B4 (or 0x8893B4) is known color: Wild Blue Yonder. HEX triplet: 88, 93 and B4. RGB value is (136,147,180). Sum of RGB (Red+Green+Blue) = 136+147+180=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #8893B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893B4 is #776C4B. Grayscale: #939393. Windows color (decimal): -7826508 or 11834248. OLE color: 11834248.
HSL color Cylindrical-coordinate representation of color #8893B4: hue angle of 225º 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 #8893B4 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 147 | 180 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.29 |
| HSL | 225º | 0.23% | 0.62% | - |
| HSV(B) | 225º | 0.24% | 0.71% | - |
| XYZ | 28.83 | 29.4 | 47.33 | - |
| YUV | 147.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 180 | 0.24 | 0.18 | 0 | 0.29 | 225 | 0.23 | 0.62 |
| Hex | 88 | 93 | B4 | 18 | 12 | 0 | 1D | E1 | 17 | 3E |
| Octal | 210 | 223 | 264 | 30 | 22 | 0 | 35 | 341 | 27 | 76 |
| Binary | 10001000 | 10010011 | 10110100 | 11000 | 10010 | 0 | 11101 | 11100001 | 10111 | 111110 |
Color Harmonies of #8893B4
Complementary color
Monochromatic Colors of #8893B4
Black with #8893B4
Text Example
Text Example
White with #8893B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893B4; }
p { color: rgb(136,147,180); }
H1.HeaderClassName
{
color: #8893B4;
}
.AnyTagClassName
{
color: #8893B4;
}
</style>
background-color css
<style>
a { background-color: #8893B4; }
a { background-color: rgb(136,147,180); }
div.DivClassName
{
background-color: #8893B4;
}
.BgClassName
{
background-color: #8893B4;
}
</style>
border-color css
<style>
span { border-color: #8893B4; }
span { border-color: rgb(136,147,180); }
td.TdClassName
{
border-color: #8893B4;
}
.TagClassName
{
border-color: #8893B4;
}
</style>