#8E88DA

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

Shades of Blue Bell #8E88DA

Tints of Blue Bell #8E88DA

Color information

#8E88DA (or 0x8E88DA) is unknown color: approx Blue Bell. HEX triplet: 8E, 88 and DA. RGB value is (142,136,218). Sum of RGB (Red+Green+Blue) = 142+136+218=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E88DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88DA is #717725. Grayscale: #929292. Windows color (decimal): -7436070 or 14321806. OLE color: 14321806.

HSL color Cylindrical-coordinate representation of color #8E88DA: hue angle of 244.39º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E88DA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142136218-
CMYK0.350.3800.15
HSL244.39º52.56%69.41%-
HSV(B)244.39º37.61%85.49%-
XYZ32.6128.4270.1-
YUV147.14167.99124.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=28.63%
G=27.42%
B=43.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421362180.350.3800.15244.3952.5669.41
Hex8E88DA23260Ff43545
Octal216210332434601736465105
Binary10001110100010001101101010001110011001111111101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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