#8094BA

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

Shades of Wild Blue Yonder #8094BA

Tints of Wild Blue Yonder #8094BA

Color information

#8094BA (or 0x8094BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 94 and BA. RGB value is (128,148,186). Sum of RGB (Red+Green+Blue) = 128+148+186=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #8094BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8094BA is #7F6B45. Grayscale: #929292. Windows color (decimal): -8350534 or 12227712. OLE color: 12227712.

HSL color Cylindrical-coordinate representation of color #8094BA: hue angle of 219.31º 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 #8094BA is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128148186-
CMYK0.310.2000.27
HSL219.31º29.59%61.57%-
HSV(B)219.31º31.18%72.94%-
XYZ28.3529.3150.62-
YUV146.35150.37114.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.71%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=27.71%
G=32.03%
B=40.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281481860.310.2000.27219.3129.5961.57
Hex8094BA1F1401Bdb1e3e
Octal20022427237240333333676
Binary10000000100101001011101011111101000110111101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8094BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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