#8091BA

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

Shades of Wild Blue Yonder #8091BA

Tints of Wild Blue Yonder #8091BA

Color information

#8091BA (or 0x8091BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 91 and BA. RGB value is (128,145,186). Sum of RGB (Red+Green+Blue) = 128+145+186=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #8091BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8091BA is #7F6E45. Grayscale: #909090. Windows color (decimal): -8351302 or 12226944. OLE color: 12226944.

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

Color convert

RGB128145186-
CMYK0.310.2200.27
HSL222.41º29.59%61.57%-
HSV(B)222.41º31.18%72.94%-
XYZ27.8928.3950.46-
YUV144.59151.37116.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=27.89%
G=31.59%
B=40.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281451860.310.2200.27222.4129.5961.57
Hex8091BA1F1601Bde1e3e
Octal20022127237260333363676
Binary10000000100100011011101011111101100110111101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8091BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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