#8E94CA

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

Shades of Blue Bell #8E94CA

Tints of Blue Bell #8E94CA

Color information

#8E94CA (or 0x8E94CA) is unknown color: approx Blue Bell. HEX triplet: 8E, 94 and CA. RGB value is (142,148,202). Sum of RGB (Red+Green+Blue) = 142+148+202=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E94CA is #716B35. Grayscale: #989898. Windows color (decimal): -7433014 or 13276302. OLE color: 13276302.

HSL color Cylindrical-coordinate representation of color #8E94CA: hue angle of 234º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E94CA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142148202-
CMYK0.300.2700.21
HSL234º36.14%67.45%-
HSV(B)234º29.7%79.22%-
XYZ32.4131.1960.19-
YUV152.36156.01120.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.86%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=28.86%
G=30.08%
B=41.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421482020.300.2700.2123436.1467.45
Hex8E94CA1E1B015ea2443
Octal216224312363302535244103
Binary1000111010010100110010101111011011010101111010101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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