#8E88D6

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

Shades of Blue Bell #8E88D6

Tints of Blue Bell #8E88D6

Color information

#8E88D6 (or 0x8E88D6) is unknown color: approx Blue Bell. HEX triplet: 8E, 88 and D6. RGB value is (142,136,214). Sum of RGB (Red+Green+Blue) = 142+136+214=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E88D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88D6 is #717729. Grayscale: #929292. Windows color (decimal): -7436074 or 14059662. OLE color: 14059662.

HSL color Cylindrical-coordinate representation of color #8E88D6: hue angle of 244.62º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E88D6 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142136214-
CMYK0.340.3600.16
HSL244.62º48.75%68.63%-
HSV(B)244.62º36.45%83.92%-
XYZ32.128.2167.37-
YUV146.69165.99124.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.86%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 214 (83.98% from 255) = 43.50%
R=28.86%
G=27.64%
B=43.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421362140.340.3600.16244.6248.7568.63
Hex8E88D62224010f53145
Octal216210326424402036561105
Binary100011101000100011010110100010100100010000111101011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,214); }

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

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

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

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

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

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

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