#8E88DB

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

Shades of Blue Bell #8E88DB

Tints of Blue Bell #8E88DB

Color information

#8E88DB (or 0x8E88DB) is unknown color: approx Blue Bell. HEX triplet: 8E, 88 and DB. RGB value is (142,136,219). Sum of RGB (Red+Green+Blue) = 142+136+219=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88DB is #717724. Grayscale: #929292. Windows color (decimal): -7436069 or 14387342. OLE color: 14387342.

HSL color Cylindrical-coordinate representation of color #8E88DB: hue angle of 244.34º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E88DB is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142136219-
CMYK0.350.3800.14
HSL244.34º53.55%69.61%-
HSV(B)244.34º37.9%85.88%-
XYZ32.7528.4770.79-
YUV147.26168.49124.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.57%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 219 (85.94% from 255) = 44.06%
R=28.57%
G=27.36%
B=44.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421362190.350.3800.14244.3453.5569.61
Hex8E88DB23260Ef43646
Octal216210333434601636466106
Binary10001110100010001101101110001110011001110111101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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