#8991BC

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

Shades of Wild Blue Yonder #8991BC

Tints of Wild Blue Yonder #8991BC

Color information

#8991BC (or 0x8991BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 91 and BC. RGB value is (137,145,188). Sum of RGB (Red+Green+Blue) = 137+145+188=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #8991BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991BC is #766E43. Grayscale: #939393. Windows color (decimal): -7761476 or 12358025. OLE color: 12358025.

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

Color convert

RGB137145188-
CMYK0.270.2300.26
HSL230.59º27.57%63.73%-
HSV(B)230.59º27.13%73.73%-
XYZ29.5229.251.66-
YUV147.51150.85120.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 188 (73.83% from 255) = 40%
R=29.15%
G=30.85%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371451880.270.2300.26230.5927.5763.73
Hex8991BC1B1701Ae71c40
Octal211221274332703234734100
Binary100010011001000110111100110111011101101011100111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8991BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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