#898EBB

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

Shades of Wild Blue Yonder #898EBB

Tints of Wild Blue Yonder #898EBB

Color information

#898EBB (or 0x898EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 8E and BB. RGB value is (137,142,187). Sum of RGB (Red+Green+Blue) = 137+142+187=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #898EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EBB is #767144. Grayscale: #919191. Windows color (decimal): -7762245 or 12291721. OLE color: 12291721.

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

Color convert

RGB137142187-
CMYK0.270.2400.27
HSL234º26.88%63.53%-
HSV(B)234º26.74%73.33%-
XYZ28.9628.2550.94-
YUV145.64151.34121.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.40%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=29.40%
G=30.47%
B=40.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371421870.270.2400.2723426.8863.53
Hex898EBB1B1801Bea1b40
Octal211216273333003335233100
Binary100010011000111010111011110111100001101111101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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