#8894BC

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

Shades of Wild Blue Yonder #8894BC

Tints of Wild Blue Yonder #8894BC

Color information

#8894BC (or 0x8894BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 94 and BC. RGB value is (136,148,188). Sum of RGB (Red+Green+Blue) = 136+148+188=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #8894BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894BC is #776B43. Grayscale: #949494. Windows color (decimal): -7826244 or 12358792. OLE color: 12358792.

HSL color Cylindrical-coordinate representation of color #8894BC: hue angle of 226.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8894BC is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136148188-
CMYK0.280.2100.26
HSL226.15º27.96%63.53%-
HSV(B)226.15º27.66%73.73%-
XYZ29.8230.0451.8-
YUV148.97150.02118.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.81%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=28.81%
G=31.36%
B=39.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361481880.280.2100.26226.1527.9663.53
Hex8894BC1C1501Ae21c40
Octal210224274342503234234100
Binary100010001001010010111100111001010101101011100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8894BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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