#8089BA

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

Shades of Wild Blue Yonder #8089BA

Tints of Wild Blue Yonder #8089BA

Color information

#8089BA (or 0x8089BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 89 and BA. RGB value is (128,137,186). Sum of RGB (Red+Green+Blue) = 128+137+186=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8089BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089BA is #7F7645. Grayscale: #8B8B8B. Windows color (decimal): -8353350 or 12224896. OLE color: 12224896.

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

Color convert

RGB128137186-
CMYK0.310.2600.27
HSL230.69º29.59%61.57%-
HSV(B)230.69º31.18%72.94%-
XYZ26.7126.0350.07-
YUV139.9154.02119.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.38%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=28.38%
G=30.38%
B=41.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281371860.310.2600.27230.6929.5961.57
Hex8089BA1F1A01Be71e3e
Octal20021127237320333473676
Binary10000000100010011011101011111110100110111110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,137,186); }

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

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

 a { background-color: rgb(128,137,186); }

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

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

 span { border-color: rgb(128,137,186); }

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