#8490BA

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

Shades of Wild Blue Yonder #8490BA

Tints of Wild Blue Yonder #8490BA

Color information

#8490BA (or 0x8490BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 90 and BA. RGB value is (132,144,186). Sum of RGB (Red+Green+Blue) = 132+144+186=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #8490BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490BA is #7B6F45. Grayscale: #919191. Windows color (decimal): -8089414 or 12226692. OLE color: 12226692.

HSL color Cylindrical-coordinate representation of color #8490BA: hue angle of 226.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8490BA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132144186-
CMYK0.290.2300.27
HSL226.67º28.12%62.35%-
HSV(B)226.67º29.03%72.94%-
XYZ28.3528.450.44-
YUV145.2151.02118.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=28.57%
G=31.17%
B=40.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321441860.290.2300.27226.6728.1262.35
Hex8490BA1D1701Be31c3e
Octal20422027235270333433476
Binary10000100100100001011101011101101110110111110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8490BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8490BA; }

 p { color: rgb(132,144,186); }

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

<style>
 a { background-color: #8490BA; }

 a { background-color: rgb(132,144,186); }

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

<style>
 span { border-color: #8490BA; }

 span { border-color: rgb(132,144,186); }

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