Shades of Wild Blue Yonder #898EC2
Tints of Wild Blue Yonder #898EC2
RGB
CMYK
RGB Variations
Color information
#898EC2 (or 0x898EC2) is known color: Wild Blue Yonder. HEX triplet: 89, 8E and C2. RGB value is (137,142,194). Sum of RGB (Red+Green+Blue) = 137+142+194=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #898EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EC2 is #76713D. Grayscale: #929292. Windows color (decimal): -7762238 or 12750473. OLE color: 12750473.
HSL color Cylindrical-coordinate representation of color #898EC2: hue angle of 234.74º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #898EC2 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 142 | 194 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.24 |
| HSL | 234.74º | 0.32% | 0.65% | - |
| HSV(B) | 234.74º | 0.29% | 0.76% | - |
| XYZ | 29.73 | 28.56 | 54.98 | - |
| YUV | 146.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 194 | 0.29 | 0.27 | 0 | 0.24 | 234.74 | 0.32 | 0.65 |
| Hex | 89 | 8E | C2 | 1D | 1B | 0 | 18 | EB | 20 | 41 |
| Octal | 211 | 216 | 302 | 35 | 33 | 0 | 30 | 353 | 40 | 101 |
| Binary | 10001001 | 10001110 | 11000010 | 11101 | 11011 | 0 | 11000 | 11101011 | 100000 | 1000001 |
Color Harmonies of #898EC2
Complementary color
Monochromatic Colors of #898EC2
Black with #898EC2
Text Example
Text Example
White with #898EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898EC2; }
p { color: rgb(137,142,194); }
H1.HeaderClassName
{
color: #898EC2;
}
.AnyTagClassName
{
color: #898EC2;
}
</style>
background-color css
<style>
a { background-color: #898EC2; }
a { background-color: rgb(137,142,194); }
div.DivClassName
{
background-color: #898EC2;
}
.BgClassName
{
background-color: #898EC2;
}
</style>
border-color css
<style>
span { border-color: #898EC2; }
span { border-color: rgb(137,142,194); }
td.TdClassName
{
border-color: #898EC2;
}
.TagClassName
{
border-color: #898EC2;
}
</style>