#8C8EBC

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

Shades of Blue Bell #8C8EBC

Tints of Blue Bell #8C8EBC

Color information

#8C8EBC (or 0x8C8EBC) is unknown color: approx Blue Bell. HEX triplet: 8C, 8E and BC. RGB value is (140,142,188). Sum of RGB (Red+Green+Blue) = 140+142+188=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8EBC is #737143. Grayscale: #929292. Windows color (decimal): -7565636 or 12357260. OLE color: 12357260.

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

Color convert

RGB140142188-
CMYK0.260.2400.26
HSL237.5º26.37%64.31%-
HSV(B)237.5º25.53%73.73%-
XYZ29.5728.5551.53-
YUV146.65151.34123.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.79%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 188 (73.83% from 255) = 40%
R=29.79%
G=30.21%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401421880.260.2400.26237.526.3764.31
Hex8C8EBC1A1801Aee1a40
Octal214216274323003235632100
Binary100011001000111010111100110101100001101011101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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