#8E8AD6

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

Shades of Blue Bell #8E8AD6

Tints of Blue Bell #8E8AD6

Color information

#8E8AD6 (or 0x8E8AD6) is unknown color: approx Blue Bell. HEX triplet: 8E, 8A and D6. RGB value is (142,138,214). Sum of RGB (Red+Green+Blue) = 142+138+214=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E8AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8AD6 is #717529. Grayscale: #939393. Windows color (decimal): -7435562 or 14060174. OLE color: 14060174.

HSL color Cylindrical-coordinate representation of color #8E8AD6: hue angle of 243.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E8AD6 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142138214-
CMYK0.340.3600.16
HSL243.16º48.1%69.02%-
HSV(B)243.16º35.51%83.92%-
XYZ32.3828.7867.47-
YUV147.86165.33123.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=28.74%
G=27.94%
B=43.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421382140.340.3600.16243.1648.169.02
Hex8E8AD62224010f33045
Octal216212326424402036360105
Binary100011101000101011010110100010100100010000111100111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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