#8B8EBF

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

Shades of Blue Bell #8B8EBF

Tints of Blue Bell #8B8EBF

Color information

#8B8EBF (or 0x8B8EBF) is unknown color: approx Blue Bell. HEX triplet: 8B, 8E and BF. RGB value is (139,142,191). Sum of RGB (Red+Green+Blue) = 139+142+191=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B8EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8EBF is #747140. Grayscale: #929292. Windows color (decimal): -7631169 or 12553867. OLE color: 12553867.

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

Color convert

RGB139142191-
CMYK0.270.2600.25
HSL236.54º28.89%64.71%-
HSV(B)236.54º27.23%74.9%-
XYZ29.7228.653.24-
YUV146.69153.01122.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.45%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 191 (75% from 255) = 40.47%
R=29.45%
G=30.08%
B=40.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391421910.270.2600.25236.5428.8964.71
Hex8B8EBF1B1A019ed1d41
Octal213216277333203135535101
Binary100010111000111010111111110111101001100111101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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