#8E8FBC

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

Shades of Blue Bell #8E8FBC

Tints of Blue Bell #8E8FBC

Color information

#8E8FBC (or 0x8E8FBC) is unknown color: approx Blue Bell. HEX triplet: 8E, 8F and BC. RGB value is (142,143,188). Sum of RGB (Red+Green+Blue) = 142+143+188=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E8FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8FBC is #717043. Grayscale: #939393. Windows color (decimal): -7434308 or 12357518. OLE color: 12357518.

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

Color convert

RGB142143188-
CMYK0.240.2400.26
HSL238.7º25.56%64.71%-
HSV(B)238.7º24.47%73.73%-
XYZ30.0529.0351.6-
YUV147.83150.67123.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=30.02%
G=30.23%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421431880.240.2400.26238.725.5664.71
Hex8E8FBC181801Aef1a41
Octal216217274303003235732101
Binary100011101000111110111100110001100001101011101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,143,188); }

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

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

 a { background-color: rgb(142,143,188); }

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

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

 span { border-color: rgb(142,143,188); }

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