#8894BE

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

Shades of Wild Blue Yonder #8894BE

Tints of Wild Blue Yonder #8894BE

Color information

#8894BE (or 0x8894BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 94 and BE. RGB value is (136,148,190). Sum of RGB (Red+Green+Blue) = 136+148+190=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #8894BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894BE is #776B41. Grayscale: #959595. Windows color (decimal): -7826242 or 12489864. OLE color: 12489864.

HSL color Cylindrical-coordinate representation of color #8894BE: hue angle of 226.67º 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 #8894BE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136148190-
CMYK0.280.2200.25
HSL226.67º29.35%63.92%-
HSV(B)226.67º28.42%74.51%-
XYZ30.0430.1352.95-
YUV149.2151.02118.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.69%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=28.69%
G=31.22%
B=40.08%

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
Decimal1361481900.280.2200.25226.6729.3563.92
Hex8894BE1C16019e31d40
Octal210224276342603134335100
Binary100010001001010010111110111001011001100111100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8894BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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