Shades of Wild Blue Yonder #8893B7
Tints of Wild Blue Yonder #8893B7
RGB
CMYK
RGB Variations
Color information
#8893B7 (or 0x8893B7) is known color: Wild Blue Yonder. HEX triplet: 88, 93 and B7. RGB value is (136,147,183). Sum of RGB (Red+Green+Blue) = 136+147+183=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #8893B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893B7 is #776C48. Grayscale: #939393. Windows color (decimal): -7826505 or 12030856. OLE color: 12030856.
HSL color Cylindrical-coordinate representation of color #8893B7: hue angle of 225.96º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8893B7 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 147 | 183 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.28 |
| HSL | 225.96º | 0.25% | 0.63% | - |
| HSV(B) | 225.96º | 0.26% | 0.72% | - |
| XYZ | 29.13 | 29.52 | 48.96 | - |
| YUV | 147.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 183 | 0.26 | 0.20 | 0 | 0.28 | 225.96 | 0.25 | 0.63 |
| Hex | 88 | 93 | B7 | 1A | 14 | 0 | 1C | E2 | 19 | 3F |
| Octal | 210 | 223 | 267 | 32 | 24 | 0 | 34 | 342 | 31 | 77 |
| Binary | 10001000 | 10010011 | 10110111 | 11010 | 10100 | 0 | 11100 | 11100010 | 11001 | 111111 |
Color Harmonies of #8893B7
Complementary color
Monochromatic Colors of #8893B7
Black with #8893B7
Text Example
Text Example
White with #8893B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893B7; }
p { color: rgb(136,147,183); }
H1.HeaderClassName
{
color: #8893B7;
}
.AnyTagClassName
{
color: #8893B7;
}
</style>
background-color css
<style>
a { background-color: #8893B7; }
a { background-color: rgb(136,147,183); }
div.DivClassName
{
background-color: #8893B7;
}
.BgClassName
{
background-color: #8893B7;
}
</style>
border-color css
<style>
span { border-color: #8893B7; }
span { border-color: rgb(136,147,183); }
td.TdClassName
{
border-color: #8893B7;
}
.TagClassName
{
border-color: #8893B7;
}
</style>