#8E8BD0

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

Shades of Blue Bell #8E8BD0

Tints of Blue Bell #8E8BD0

Color information

#8E8BD0 (or 0x8E8BD0) is unknown color: approx Blue Bell. HEX triplet: 8E, 8B and D0. RGB value is (142,139,208). Sum of RGB (Red+Green+Blue) = 142+139+208=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E8BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8BD0 is #71742F. Grayscale: #939393. Windows color (decimal): -7435312 or 13667214. OLE color: 13667214.

HSL color Cylindrical-coordinate representation of color #8E8BD0: hue angle of 242.61º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E8BD0 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB142139208-
CMYK0.320.3300.18
HSL242.61º42.33%68.04%-
HSV(B)242.61º33.17%81.57%-
XYZ31.7728.7763.55-
YUV147.76161.99123.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 208 (81.64% from 255) = 42.54%
R=29.04%
G=28.43%
B=42.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421392080.320.3300.18242.6142.3368.04
Hex8E8BD02021012f32a44
Octal216213320404102236352104
Binary100011101000101111010000100000100001010010111100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,139,208); }

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

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

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

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

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

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

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