#8890BA

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

Shades of Wild Blue Yonder #8890BA

Tints of Wild Blue Yonder #8890BA

Color information

#8890BA (or 0x8890BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 90 and BA. RGB value is (136,144,186). Sum of RGB (Red+Green+Blue) = 136+144+186=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8890BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890BA is #776F45. Grayscale: #929292. Windows color (decimal): -7827270 or 12226696. OLE color: 12226696.

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

Color convert

RGB136144186-
CMYK0.270.2300.27
HSL230.4º26.6%63.14%-
HSV(B)230.4º26.88%72.94%-
XYZ28.9928.7350.47-
YUV146.4150.35120.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=29.18%
G=30.90%
B=39.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361441860.270.2300.27230.426.663.14
Hex8890BA1B1701Be61b3f
Octal21022027233270333463377
Binary10001000100100001011101011011101110110111110011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8890BA; }

 p { color: rgb(136,144,186); }

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

<style>
 a { background-color: #8890BA; }

 a { background-color: rgb(136,144,186); }

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

<style>
 span { border-color: #8890BA; }

 span { border-color: rgb(136,144,186); }

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