#8B8ECA

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

Shades of Blue Bell #8B8ECA

Tints of Blue Bell #8B8ECA

Color information

#8B8ECA (or 0x8B8ECA) is unknown color: approx Blue Bell. HEX triplet: 8B, 8E and CA. RGB value is (139,142,202). Sum of RGB (Red+Green+Blue) = 139+142+202=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8ECA is #747135. Grayscale: #939393. Windows color (decimal): -7631158 or 13274763. OLE color: 13274763.

HSL color Cylindrical-coordinate representation of color #8B8ECA: hue angle of 237.14º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8ECA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139142202-
CMYK0.310.3000.21
HSL237.14º37.28%66.86%-
HSV(B)237.14º31.19%79.22%-
XYZ30.9829.159.86-
YUV147.94158.51121.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.78%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=28.78%
G=29.40%
B=41.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391422020.310.3000.21237.1437.2866.86
Hex8B8ECA1F1E015ed2543
Octal213216312373602535545103
Binary1000101110001110110010101111111110010101111011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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