#8E89CA

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

Shades of Blue Bell #8E89CA

Tints of Blue Bell #8E89CA

Color information

#8E89CA (or 0x8E89CA) is unknown color: approx Blue Bell. HEX triplet: 8E, 89 and CA. RGB value is (142,137,202). Sum of RGB (Red+Green+Blue) = 142+137+202=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89CA is #717635. Grayscale: #919191. Windows color (decimal): -7435830 or 13273486. OLE color: 13273486.

HSL color Cylindrical-coordinate representation of color #8E89CA: hue angle of 244.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E89CA is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142137202-
CMYK0.300.3200.21
HSL244.62º38.01%66.47%-
HSV(B)244.62º32.18%79.22%-
XYZ30.7627.9159.64-
YUV145.9159.66125.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=29.52%
G=28.48%
B=42.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421372020.300.3200.21244.6238.0166.47
Hex8E89CA1E20015f52642
Octal216211312364002536546102
Binary10001110100010011100101011110100000010101111101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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