#898FB4

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

Shades of Wild Blue Yonder #898FB4

Tints of Wild Blue Yonder #898FB4

Color information

#898FB4 (or 0x898FB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 8F and B4. RGB value is (137,143,180). Sum of RGB (Red+Green+Blue) = 137+143+180=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #898FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FB4 is #76704B. Grayscale: #919191. Windows color (decimal): -7761996 or 11833225. OLE color: 11833225.

HSL color Cylindrical-coordinate representation of color #898FB4: hue angle of 231.63º 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 #898FB4 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137143180-
CMYK0.240.2100.29
HSL231.63º22.28%62.16%-
HSV(B)231.63º23.89%70.59%-
XYZ28.3828.2647.14-
YUV145.42147.51121.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.78%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=29.78%
G=31.09%
B=39.13%

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
Decimal1371431800.240.2100.29231.6322.2862.16
Hex898FB4181501De8163e
Octal21121726430250353502676
Binary10001001100011111011010011000101010111011110100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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