Shades of Wild Blue Yonder #898FBE
Tints of Wild Blue Yonder #898FBE
RGB
CMYK
RGB Variations
Color information
#898FBE (or 0x898FBE) is known color: Wild Blue Yonder. HEX triplet: 89, 8F and BE. RGB value is (137,143,190). Sum of RGB (Red+Green+Blue) = 137+143+190=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #898FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FBE is #767041. Grayscale: #929292. Windows color (decimal): -7761986 or 12488585. OLE color: 12488585.
HSL color Cylindrical-coordinate representation of color #898FBE: hue angle of 233.21º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #898FBE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 143 | 190 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.25 |
| HSL | 233.21º | 0.29% | 0.64% | - |
| HSV(B) | 233.21º | 0.28% | 0.75% | - |
| XYZ | 29.43 | 28.68 | 52.7 | - |
| YUV | 146.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 190 | 0.28 | 0.25 | 0 | 0.25 | 233.21 | 0.29 | 0.64 |
| Hex | 89 | 8F | BE | 1C | 19 | 0 | 19 | E9 | 1D | 40 |
| Octal | 211 | 217 | 276 | 34 | 31 | 0 | 31 | 351 | 35 | 100 |
| Binary | 10001001 | 10001111 | 10111110 | 11100 | 11001 | 0 | 11001 | 11101001 | 11101 | 1000000 |
Color Harmonies of #898FBE
Complementary color
Monochromatic Colors of #898FBE
Black with #898FBE
Text Example
Text Example
White with #898FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FBE; }
p { color: rgb(137,143,190); }
H1.HeaderClassName
{
color: #898FBE;
}
.AnyTagClassName
{
color: #898FBE;
}
</style>
background-color css
<style>
a { background-color: #898FBE; }
a { background-color: rgb(137,143,190); }
div.DivClassName
{
background-color: #898FBE;
}
.BgClassName
{
background-color: #898FBE;
}
</style>
border-color css
<style>
span { border-color: #898FBE; }
span { border-color: rgb(137,143,190); }
td.TdClassName
{
border-color: #898FBE;
}
.TagClassName
{
border-color: #898FBE;
}
</style>