#8894BD

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

Shades of Wild Blue Yonder #8894BD

Tints of Wild Blue Yonder #8894BD

Color information

#8894BD (or 0x8894BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 94 and BD. RGB value is (136,148,189). Sum of RGB (Red+Green+Blue) = 136+148+189=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #8894BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894BD is #776B42. Grayscale: #949494. Windows color (decimal): -7826243 or 12424328. OLE color: 12424328.

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

Color convert

RGB136148189-
CMYK0.280.2200.26
HSL226.42º28.65%63.73%-
HSV(B)226.42º28.04%74.12%-
XYZ29.9330.0952.37-
YUV149.09150.52118.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.75%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=28.75%
G=31.29%
B=39.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361481890.280.2200.26226.4228.6563.73
Hex8894BD1C1601Ae21d40
Octal210224275342603234235100
Binary100010001001010010111101111001011001101011100010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8894BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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