#8890BD

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

Shades of Wild Blue Yonder #8890BD

Tints of Wild Blue Yonder #8890BD

Color information

#8890BD (or 0x8890BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 90 and BD. RGB value is (136,144,189). Sum of RGB (Red+Green+Blue) = 136+144+189=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #8890BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890BD is #776F42. Grayscale: #929292. Windows color (decimal): -7827267 or 12423304. OLE color: 12423304.

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

Color convert

RGB136144189-
CMYK0.280.2400.26
HSL230.94º28.65%63.73%-
HSV(B)230.94º28.04%74.12%-
XYZ29.3128.8552.17-
YUV146.74151.85120.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=29.00%
G=30.70%
B=40.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361441890.280.2400.26230.9428.6563.73
Hex8890BD1C1801Ae71d40
Octal210220275343003234735100
Binary100010001001000010111101111001100001101011100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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