#8990B9

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

Shades of Wild Blue Yonder #8990B9

Tints of Wild Blue Yonder #8990B9

Color information

#8990B9 (or 0x8990B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 90 and B9. RGB value is (137,144,185). Sum of RGB (Red+Green+Blue) = 137+144+185=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #8990B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990B9 is #766F46. Grayscale: #929292. Windows color (decimal): -7761735 or 12161161. OLE color: 12161161.

HSL color Cylindrical-coordinate representation of color #8990B9: hue angle of 231.25º 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 #8990B9 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137144185-
CMYK0.260.2200.27
HSL231.25º25.53%63.14%-
HSV(B)231.25º25.95%72.55%-
XYZ29.0528.7749.92-
YUV146.58149.68121.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.40%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=29.40%
G=30.90%
B=39.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371441850.260.2200.27231.2525.5363.14
Hex8990B91A1601Be71a3f
Octal21122027132260333473277
Binary10001001100100001011100111010101100110111110011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8990B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8990B9; }

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

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

<style>
 a { background-color: #8990B9; }

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

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

<style>
 span { border-color: #8990B9; }

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

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