#8994BE

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

Shades of Wild Blue Yonder #8994BE

Tints of Wild Blue Yonder #8994BE

Color information

#8994BE (or 0x8994BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 94 and BE. RGB value is (137,148,190). Sum of RGB (Red+Green+Blue) = 137+148+190=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #8994BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994BE is #766B41. Grayscale: #959595. Windows color (decimal): -7760706 or 12489865. OLE color: 12489865.

HSL color Cylindrical-coordinate representation of color #8994BE: hue angle of 227.55º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8994BE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137148190-
CMYK0.280.2200.25
HSL227.55º28.96%64.12%-
HSV(B)227.55º27.89%74.51%-
XYZ30.230.2252.96-
YUV149.5150.86119.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.84%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 190 (74.61% from 255) = 40%
R=28.84%
G=31.16%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371481900.280.2200.25227.5528.9664.12
Hex8994BE1C16019e41d40
Octal211224276342603134435100
Binary100010011001010010111110111001011001100111100100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8994BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,148,190); }

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

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

 a { background-color: rgb(137,148,190); }

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

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

 span { border-color: rgb(137,148,190); }

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