#8E91CA

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

Shades of Blue Bell #8E91CA

Tints of Blue Bell #8E91CA

Color information

#8E91CA (or 0x8E91CA) is unknown color: approx Blue Bell. HEX triplet: 8E, 91 and CA. RGB value is (142,145,202). Sum of RGB (Red+Green+Blue) = 142+145+202=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E91CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E91CA is #716E35. Grayscale: #969696. Windows color (decimal): -7433782 or 13275534. OLE color: 13275534.

HSL color Cylindrical-coordinate representation of color #8E91CA: hue angle of 237º 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 #8E91CA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142145202-
CMYK0.300.2800.21
HSL237º36.14%67.45%-
HSV(B)237º29.7%79.22%-
XYZ31.9430.2760.04-
YUV150.6157.01121.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=29.04%
G=29.65%
B=41.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421452020.300.2800.2123736.1467.45
Hex8E91CA1E1C015ed2443
Octal216221312363402535544103
Binary1000111010010001110010101111011100010101111011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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