#8E89D7

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

Shades of Blue Bell #8E89D7

Tints of Blue Bell #8E89D7

Color information

#8E89D7 (or 0x8E89D7) is unknown color: approx Blue Bell. HEX triplet: 8E, 89 and D7. RGB value is (142,137,215). Sum of RGB (Red+Green+Blue) = 142+137+215=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E89D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89D7 is #717628. Grayscale: #939393. Windows color (decimal): -7435817 or 14125454. OLE color: 14125454.

HSL color Cylindrical-coordinate representation of color #8E89D7: hue angle of 243.85º 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 #8E89D7 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142137215-
CMYK0.340.3600.16
HSL243.85º49.37%69.02%-
HSV(B)243.85º36.28%84.31%-
XYZ32.3728.5568.09-
YUV147.39166.16124.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=28.74%
G=27.73%
B=43.52%

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
Decimal1421372150.340.3600.16243.8549.3769.02
Hex8E89D72224010f43145
Octal216211327424402036461105
Binary100011101000100111010111100010100100010000111101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E89D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,137,215); }

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

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

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

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

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

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

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