#8E8AD1

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

Shades of Blue Bell #8E8AD1

Tints of Blue Bell #8E8AD1

Color information

#8E8AD1 (or 0x8E8AD1) is unknown color: approx Blue Bell. HEX triplet: 8E, 8A and D1. RGB value is (142,138,209). Sum of RGB (Red+Green+Blue) = 142+138+209=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #8E8AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8AD1 is #71752E. Grayscale: #939393. Windows color (decimal): -7435567 or 13732494. OLE color: 13732494.

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

Color convert

RGB142138209-
CMYK0.320.3400.18
HSL243.38º43.56%68.04%-
HSV(B)243.38º33.97%81.96%-
XYZ31.7528.5364.16-
YUV147.29162.83124.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=29.04%
G=28.22%
B=42.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421382090.320.3400.18243.3843.5668.04
Hex8E8AD12022012f32c44
Octal216212321404202236354104
Binary100011101000101011010001100000100010010010111100111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,138,209); }

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

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

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

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

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

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

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