#8E94BF

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

Shades of Blue Bell #8E94BF

Tints of Blue Bell #8E94BF

Color information

#8E94BF (or 0x8E94BF) is unknown color: approx Blue Bell. HEX triplet: 8E, 94 and BF. RGB value is (142,148,191). Sum of RGB (Red+Green+Blue) = 142+148+191=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E94BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E94BF is #716B40. Grayscale: #969696. Windows color (decimal): -7433025 or 12555406. OLE color: 12555406.

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

Color convert

RGB142148191-
CMYK0.260.2300.25
HSL232.65º27.68%65.29%-
HSV(B)232.65º25.65%74.9%-
XYZ31.1530.6953.57-
YUV151.11150.51121.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 191 (75% from 255) = 39.71%
R=29.52%
G=30.77%
B=39.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421481910.260.2300.25232.6527.6865.29
Hex8E94BF1A17019e91c41
Octal216224277322703135134101
Binary100011101001010010111111110101011101100111101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,148,191); }

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

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

 a { background-color: rgb(142,148,191); }

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

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

 span { border-color: rgb(142,148,191); }

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