#898EB4

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

Shades of Wild Blue Yonder #898EB4

Tints of Wild Blue Yonder #898EB4

Color information

#898EB4 (or 0x898EB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 8E and B4. RGB value is (137,142,180). Sum of RGB (Red+Green+Blue) = 137+142+180=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #898EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EB4 is #76714B. Grayscale: #909090. Windows color (decimal): -7762252 or 11832969. OLE color: 11832969.

HSL color Cylindrical-coordinate representation of color #898EB4: hue angle of 233.02º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #898EB4 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137142180-
CMYK0.240.2100.29
HSL233.02º22.28%62.16%-
HSV(B)233.02º23.89%70.59%-
XYZ28.2327.9647.09-
YUV144.84147.84122.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.85%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=29.85%
G=30.94%
B=39.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371421800.240.2100.29233.0222.2862.16
Hex898EB4181501De9163e
Octal21121626430250353512676
Binary10001001100011101011010011000101010111011110100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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