#8E8BD7

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

Shades of Blue Bell #8E8BD7

Tints of Blue Bell #8E8BD7

Color information

#8E8BD7 (or 0x8E8BD7) is unknown color: approx Blue Bell. HEX triplet: 8E, 8B and D7. RGB value is (142,139,215). Sum of RGB (Red+Green+Blue) = 142+139+215=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E8BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8BD7 is #717428. Grayscale: #949494. Windows color (decimal): -7435305 or 14125966. OLE color: 14125966.

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

Color convert

RGB142139215-
CMYK0.340.3500.16
HSL242.37º48.72%69.41%-
HSV(B)242.37º35.35%84.31%-
XYZ32.6529.1268.19-
YUV148.56165.49123.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 215 (84.38% from 255) = 43.35%
R=28.63%
G=28.02%
B=43.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421392150.340.3500.16242.3748.7269.41
Hex8E8BD72223010f23145
Octal216213327424302036261105
Binary100011101000101111010111100010100011010000111100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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