#8E8BCA

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

Shades of Blue Bell #8E8BCA

Tints of Blue Bell #8E8BCA

Color information

#8E8BCA (or 0x8E8BCA) is unknown color: approx Blue Bell. HEX triplet: 8E, 8B and CA. RGB value is (142,139,202). Sum of RGB (Red+Green+Blue) = 142+139+202=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 139 (54.69% from 255 or 28.78% 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 #8E8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8BCA is #717435. Grayscale: #929292. Windows color (decimal): -7435318 or 13273998. OLE color: 13273998.

HSL color Cylindrical-coordinate representation of color #8E8BCA: hue angle of 242.86º 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 #8E8BCA is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142139202-
CMYK0.300.3100.21
HSL242.86º37.28%66.86%-
HSV(B)242.86º31.19%79.22%-
XYZ31.0528.4859.74-
YUV147.08158.99124.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421392020.300.3100.21242.8637.2866.86
Hex8E8BCA1E1F015f32543
Octal216213312363702536345103
Binary1000111010001011110010101111011111010101111100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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