#898EB9

Color #898EB9 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #898EB9

Tints of Wild Blue Yonder #898EB9

Color information

#898EB9 (or 0x898EB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 8E and B9. RGB value is (137,142,185). Sum of RGB (Red+Green+Blue) = 137+142+185=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #898EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EB9 is #767146. Grayscale: #919191. Windows color (decimal): -7762247 or 12160649. OLE color: 12160649.

HSL color Cylindrical-coordinate representation of color #898EB9: hue angle of 233.75º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898EB9 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137142185-
CMYK0.260.2300.27
HSL233.75º25.53%63.14%-
HSV(B)233.75º25.95%72.55%-
XYZ28.7528.1749.82-
YUV145.41150.34122-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 29.53%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=29.53%
G=30.60%
B=39.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371421850.260.2300.27233.7525.5363.14
Hex898EB91A1701Bea1a3f
Octal21121627132270333523277
Binary10001001100011101011100111010101110110111110101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898EB9; }

 p { color: rgb(137,142,185); }

 H1.HeaderClassName
 {
   color: #898EB9;
 }
 .AnyTagClassName
 {
   color: #898EB9;
 }
</style>
background-color css

<style>
 a { background-color: #898EB9; }

 a { background-color: rgb(137,142,185); }

 div.DivClassName
 {
   background-color: #898EB9;
 }
 .BgClassName
 {
   background-color: #898EB9;
 }
</style>
border-color css

<style>
 span { border-color: #898EB9; }

 span { border-color: rgb(137,142,185); }

 td.TdClassName
 {
   border-color: #898EB9;
 }
 .TagClassName
 {
   border-color: #898EB9;
 }
</style>