#8991BB

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

Shades of Wild Blue Yonder #8991BB

Tints of Wild Blue Yonder #8991BB

Color information

#8991BB (or 0x8991BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 91 and BB. RGB value is (137,145,187). Sum of RGB (Red+Green+Blue) = 137+145+187=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #8991BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991BB is #766E44. Grayscale: #939393. Windows color (decimal): -7761477 or 12292489. OLE color: 12292489.

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

Color convert

RGB137145187-
CMYK0.270.2200.27
HSL230.4º26.88%63.53%-
HSV(B)230.4º26.74%73.33%-
XYZ29.4129.1651.09-
YUV147.4150.35120.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.21%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=29.21%
G=30.92%
B=39.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371451870.270.2200.27230.426.8863.53
Hex8991BB1B1601Be61b40
Octal211221273332603334633100
Binary100010011001000110111011110111011001101111100110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8991BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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