#8E8EBD

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

Shades of Blue Bell #8E8EBD

Tints of Blue Bell #8E8EBD

Color information

#8E8EBD (or 0x8E8EBD) is unknown color: approx Blue Bell. HEX triplet: 8E, 8E and BD. RGB value is (142,142,189). Sum of RGB (Red+Green+Blue) = 142+142+189=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E8EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8EBD is #717142. Grayscale: #939393. Windows color (decimal): -7434563 or 12422798. OLE color: 12422798.

HSL color Cylindrical-coordinate representation of color #8E8EBD: hue angle of 240º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E8EBD is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142142189-
CMYK0.250.2500.26
HSL240º26.26%64.9%-
HSV(B)240º24.87%74.12%-
XYZ30.0128.7752.12-
YUV147.36151.5124.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=30.02%
G=30.02%
B=39.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421421890.250.2500.2624026.2664.9
Hex8E8EBD191901Af01a41
Octal216216275313103236032101
Binary100011101000111010111101110011100101101011110000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,142,189); }

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

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

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

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

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

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

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