#8E87DA

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

Shades of Blue Bell #8E87DA

Tints of Blue Bell #8E87DA

Color information

#8E87DA (or 0x8E87DA) is unknown color: approx Blue Bell. HEX triplet: 8E, 87 and DA. RGB value is (142,135,218). Sum of RGB (Red+Green+Blue) = 142+135+218=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E87DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E87DA is #717825. Grayscale: #929292. Windows color (decimal): -7436326 or 14321550. OLE color: 14321550.

HSL color Cylindrical-coordinate representation of color #8E87DA: hue angle of 245.06º 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 #8E87DA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142135218-
CMYK0.350.3800.15
HSL245.06º52.87%69.22%-
HSV(B)245.06º38.07%85.49%-
XYZ32.4728.1470.05-
YUV146.55168.32124.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.69%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=28.69%
G=27.27%
B=44.04%

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
Decimal1421352180.350.3800.15245.0652.8769.22
Hex8E87DA23260Ff53545
Octal216207332434601736565105
Binary10001110100001111101101010001110011001111111101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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