Shades of Wild Blue Yonder #8894C3
Tints of Wild Blue Yonder #8894C3
RGB
CMYK
RGB Variations
Color information
#8894C3 (or 0x8894C3) is known color: Wild Blue Yonder. HEX triplet: 88, 94 and C3. RGB value is (136,148,195). Sum of RGB (Red+Green+Blue) = 136+148+195=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #8894C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894C3 is #776B3C. Grayscale: #959595. Windows color (decimal): -7826237 or 12817544. OLE color: 12817544.
HSL color Cylindrical-coordinate representation of color #8894C3: hue angle of 227.8º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8894C3 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 148 | 195 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.24 |
| HSL | 227.8º | 0.33% | 0.65% | - |
| HSV(B) | 227.8º | 0.3% | 0.76% | - |
| XYZ | 30.59 | 30.35 | 55.88 | - |
| YUV | 149.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 195 | 0.30 | 0.24 | 0 | 0.24 | 227.8 | 0.33 | 0.65 |
| Hex | 88 | 94 | C3 | 1E | 18 | 0 | 18 | E4 | 21 | 41 |
| Octal | 210 | 224 | 303 | 36 | 30 | 0 | 30 | 344 | 41 | 101 |
| Binary | 10001000 | 10010100 | 11000011 | 11110 | 11000 | 0 | 11000 | 11100100 | 100001 | 1000001 |
Color Harmonies of #8894C3
Complementary color
Monochromatic Colors of #8894C3
Black with #8894C3
Text Example
Text Example
White with #8894C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8894C3; }
p { color: rgb(136,148,195); }
H1.HeaderClassName
{
color: #8894C3;
}
.AnyTagClassName
{
color: #8894C3;
}
</style>
background-color css
<style>
a { background-color: #8894C3; }
a { background-color: rgb(136,148,195); }
div.DivClassName
{
background-color: #8894C3;
}
.BgClassName
{
background-color: #8894C3;
}
</style>
border-color css
<style>
span { border-color: #8894C3; }
span { border-color: rgb(136,148,195); }
td.TdClassName
{
border-color: #8894C3;
}
.TagClassName
{
border-color: #8894C3;
}
</style>