#8491BC

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

Shades of Wild Blue Yonder #8491BC

Tints of Wild Blue Yonder #8491BC

Color information

#8491BC (or 0x8491BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 91 and BC. RGB value is (132,145,188). Sum of RGB (Red+Green+Blue) = 132+145+188=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #8491BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491BC is #7B6E43. Grayscale: #919191. Windows color (decimal): -8089156 or 12358020. OLE color: 12358020.

HSL color Cylindrical-coordinate representation of color #8491BC: hue angle of 226.07º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8491BC is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132145188-
CMYK0.300.2300.26
HSL226.07º29.47%62.75%-
HSV(B)226.07º29.79%73.73%-
XYZ28.7228.7951.62-
YUV146.01151.69118-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=28.39%
G=31.18%
B=40.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321451880.300.2300.26226.0729.4762.75
Hex8491BC1E1701Ae21d3f
Octal20422127436270323423577
Binary10000100100100011011110011110101110110101110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8491BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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