#8091BB

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

Shades of Wild Blue Yonder #8091BB

Tints of Wild Blue Yonder #8091BB

Color information

#8091BB (or 0x8091BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 91 and BB. RGB value is (128,145,187). Sum of RGB (Red+Green+Blue) = 128+145+187=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #8091BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8091BB is #7F6E44. Grayscale: #909090. Windows color (decimal): -8351301 or 12292480. OLE color: 12292480.

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

Color convert

RGB128145187-
CMYK0.320.2200.27
HSL222.71º30.26%61.76%-
HSV(B)222.71º31.55%73.33%-
XYZ2828.4351.03-
YUV144.71151.87116.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=27.83%
G=31.52%
B=40.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281451870.320.2200.27222.7130.2661.76
Hex8091BB201601Bdf1e3e
Octal20022127340260333373676
Binary100000001001000110111011100000101100110111101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8091BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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