#8E92CA

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

Shades of Blue Bell #8E92CA

Tints of Blue Bell #8E92CA

Color information

#8E92CA (or 0x8E92CA) is unknown color: approx Blue Bell. HEX triplet: 8E, 92 and CA. RGB value is (142,146,202). Sum of RGB (Red+Green+Blue) = 142+146+202=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92CA is #716D35. Grayscale: #969696. Windows color (decimal): -7433526 or 13275790. OLE color: 13275790.

HSL color Cylindrical-coordinate representation of color #8E92CA: hue angle of 236º 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 #8E92CA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142146202-
CMYK0.300.2800.21
HSL236º36.14%67.45%-
HSV(B)236º29.7%79.22%-
XYZ32.0930.5760.09-
YUV151.19156.67121.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=28.98%
G=29.80%
B=41.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421462020.300.2800.2123636.1467.45
Hex8E92CA1E1C015ec2443
Octal216222312363402535444103
Binary1000111010010010110010101111011100010101111011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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