#8E90C2

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

Shades of Blue Bell #8E90C2

Tints of Blue Bell #8E90C2

Color information

#8E90C2 (or 0x8E90C2) is unknown color: approx Blue Bell. HEX triplet: 8E, 90 and C2. RGB value is (142,144,194). Sum of RGB (Red+Green+Blue) = 142+144+194=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #8E90C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90C2 is #716F3D. Grayscale: #949494. Windows color (decimal): -7434046 or 12750990. OLE color: 12750990.

HSL color Cylindrical-coordinate representation of color #8E90C2: hue angle of 237.69º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E90C2 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142144194-
CMYK0.270.2600.24
HSL237.69º29.89%65.88%-
HSV(B)237.69º26.8%76.08%-
XYZ30.8729.5955.12-
YUV149.1153.34122.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 194 (76.17% from 255) = 40.42%
R=29.58%
G=30%
B=40.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421441940.270.2600.24237.6929.8965.88
Hex8E90C21B1A018ee1e42
Octal216220302333203035636102
Binary100011101001000011000010110111101001100011101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E90C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,144,194); }

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

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

 a { background-color: rgb(142,144,194); }

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

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

 span { border-color: rgb(142,144,194); }

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