#8890BE

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

Shades of Wild Blue Yonder #8890BE

Tints of Wild Blue Yonder #8890BE

Color information

#8890BE (or 0x8890BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 90 and BE. RGB value is (136,144,190). Sum of RGB (Red+Green+Blue) = 136+144+190=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #8890BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890BE is #776F41. Grayscale: #929292. Windows color (decimal): -7827266 or 12488840. OLE color: 12488840.

HSL color Cylindrical-coordinate representation of color #8890BE: hue angle of 231.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8890BE is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136144190-
CMYK0.280.2400.25
HSL231.11º29.35%63.92%-
HSV(B)231.11º28.42%74.51%-
XYZ29.4228.952.74-
YUV146.85152.35120.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.94%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=28.94%
G=30.64%
B=40.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361441900.280.2400.25231.1129.3563.92
Hex8890BE1C18019e71d40
Octal210220276343003134735100
Binary100010001001000010111110111001100001100111100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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