#8491BE

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

Shades of Wild Blue Yonder #8491BE

Tints of Wild Blue Yonder #8491BE

Color information

#8491BE (or 0x8491BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 91 and BE. RGB value is (132,145,190). Sum of RGB (Red+Green+Blue) = 132+145+190=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #8491BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491BE is #7B6E41. Grayscale: #929292. Windows color (decimal): -8089154 or 12489092. OLE color: 12489092.

HSL color Cylindrical-coordinate representation of color #8491BE: hue angle of 226.55º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8491BE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132145190-
CMYK0.310.2400.25
HSL226.55º30.85%63.14%-
HSV(B)226.55º30.53%74.51%-
XYZ28.9428.8752.76-
YUV146.24152.69117.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=28.27%
G=31.05%
B=40.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321451900.310.2400.25226.5530.8563.14
Hex8491BE1F18019e31f3f
Octal20422127637300313433777
Binary10000100100100011011111011111110000110011110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8491BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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