#8E8ECA

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

Shades of Blue Bell #8E8ECA

Tints of Blue Bell #8E8ECA

Color information

#8E8ECA (or 0x8E8ECA) is unknown color: approx Blue Bell. HEX triplet: 8E, 8E and CA. RGB value is (142,142,202). Sum of RGB (Red+Green+Blue) = 142+142+202=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ECA is #717135. Grayscale: #949494. Windows color (decimal): -7434550 or 13274766. OLE color: 13274766.

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

Color convert

RGB142142202-
CMYK0.300.3000.21
HSL240º36.14%67.45%-
HSV(B)240º29.7%79.22%-
XYZ31.4929.3659.88-
YUV148.84158123.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.22%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=29.22%
G=29.22%
B=41.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421422020.300.3000.2124036.1467.45
Hex8E8ECA1E1E015f02443
Octal216216312363602536044103
Binary1000111010001110110010101111011110010101111100001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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