#8E8CBD

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

Shades of Blue Bell #8E8CBD

Tints of Blue Bell #8E8CBD

Color information

#8E8CBD (or 0x8E8CBD) is unknown color: approx Blue Bell. HEX triplet: 8E, 8C and BD. RGB value is (142,140,189). Sum of RGB (Red+Green+Blue) = 142+140+189=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E8CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8CBD is #717342. Grayscale: #919191. Windows color (decimal): -7435075 or 12422286. OLE color: 12422286.

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

Color convert

RGB142140189-
CMYK0.250.2600.26
HSL242.45º27.07%64.51%-
HSV(B)242.45º25.93%74.12%-
XYZ29.7228.1852.02-
YUV146.18152.16125.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=30.15%
G=29.72%
B=40.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421401890.250.2600.26242.4527.0764.51
Hex8E8CBD191A01Af21b41
Octal216214275313203236233101
Binary100011101000110010111101110011101001101011110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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