#8890BF

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

Shades of Wild Blue Yonder #8890BF

Tints of Wild Blue Yonder #8890BF

Color information

#8890BF (or 0x8890BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 90 and BF. RGB value is (136,144,191). Sum of RGB (Red+Green+Blue) = 136+144+191=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #8890BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890BF is #776F40. Grayscale: #929292. Windows color (decimal): -7827265 or 12554376. OLE color: 12554376.

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

Color convert

RGB136144191-
CMYK0.290.2500.25
HSL231.27º30.05%64.12%-
HSV(B)231.27º28.8%74.9%-
XYZ29.5328.9453.32-
YUV146.97152.85120.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 191 (75% from 255) = 40.55%
R=28.87%
G=30.57%
B=40.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361441910.290.2500.25231.2730.0564.12
Hex8890BF1D19019e71e40
Octal210220277353103134736100
Binary100010001001000010111111111011100101100111100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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