#8B94BE

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

Shades of Wild Blue Yonder #8B94BE

Tints of Wild Blue Yonder #8B94BE

Color information

#8B94BE (or 0x8B94BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 8B, 94 and BE. RGB value is (139,148,190). Sum of RGB (Red+Green+Blue) = 139+148+190=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B94BE is #746B41. Grayscale: #959595. Windows color (decimal): -7629634 or 12489867. OLE color: 12489867.

HSL color Cylindrical-coordinate representation of color #8B94BE: hue angle of 229.41º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B94BE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139148190-
CMYK0.270.2200.25
HSL229.41º28.18%64.51%-
HSV(B)229.41º26.84%74.51%-
XYZ30.5330.3952.97-
YUV150.1150.52120.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=29.14%
G=31.03%
B=39.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391481900.270.2200.25229.4128.1864.51
Hex8B94BE1B16019e51c41
Octal213224276332603134534101
Binary100010111001010010111110110111011001100111100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B94BE; }

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

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

<style>
 a { background-color: #8B94BE; }

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

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

<style>
 span { border-color: #8B94BE; }

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

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