#8E93CA

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

Shades of Blue Bell #8E93CA

Tints of Blue Bell #8E93CA

Color information

#8E93CA (or 0x8E93CA) is unknown color: approx Blue Bell. HEX triplet: 8E, 93 and CA. RGB value is (142,147,202). Sum of RGB (Red+Green+Blue) = 142+147+202=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E93CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E93CA is #716C35. Grayscale: #979797. Windows color (decimal): -7433270 or 13276046. OLE color: 13276046.

HSL color Cylindrical-coordinate representation of color #8E93CA: hue angle of 235º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E93CA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142147202-
CMYK0.300.2700.21
HSL235º36.14%67.45%-
HSV(B)235º29.7%79.22%-
XYZ32.2530.8860.14-
YUV151.78156.34121.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=28.92%
G=29.94%
B=41.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421472020.300.2700.2123536.1467.45
Hex8E93CA1E1B015eb2443
Octal216223312363302535344103
Binary1000111010010011110010101111011011010101111010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E93CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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