#8E89CE

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

Shades of Blue Bell #8E89CE

Tints of Blue Bell #8E89CE

Color information

#8E89CE (or 0x8E89CE) is unknown color: approx Blue Bell. HEX triplet: 8E, 89 and CE. RGB value is (142,137,206). Sum of RGB (Red+Green+Blue) = 142+137+206=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89CE is #717631. Grayscale: #929292. Windows color (decimal): -7435826 or 13535630. OLE color: 13535630.

HSL color Cylindrical-coordinate representation of color #8E89CE: hue angle of 244.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E89CE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142137206-
CMYK0.310.3300.19
HSL244.35º41.32%67.25%-
HSV(B)244.35º33.5%80.78%-
XYZ31.2428.162.17-
YUV146.36161.66124.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=29.28%
G=28.25%
B=42.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421372060.310.3300.19244.3541.3267.25
Hex8E89CE1F21013f42943
Octal216211316374102336451103
Binary10001110100010011100111011111100001010011111101001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E89CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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