#8E8ECD

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

Shades of Blue Bell #8E8ECD

Tints of Blue Bell #8E8ECD

Color information

#8E8ECD (or 0x8E8ECD) is unknown color: approx Blue Bell. HEX triplet: 8E, 8E and CD. RGB value is (142,142,205). Sum of RGB (Red+Green+Blue) = 142+142+205=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ECD is #717132. Grayscale: #949494. Windows color (decimal): -7434547 or 13471374. OLE color: 13471374.

HSL color Cylindrical-coordinate representation of color #8E8ECD: hue angle of 240º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E8ECD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142142205-
CMYK0.310.3100.20
HSL240º38.65%68.04%-
HSV(B)240º30.73%80.39%-
XYZ31.8529.561.77-
YUV149.18159.5122.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=29.04%
G=29.04%
B=41.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421422050.310.3100.2024038.6568.04
Hex8E8ECD1F1F014f02744
Octal216216315373702436047104
Binary1000111010001110110011011111111111010100111100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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