#8E8BCE

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

Shades of Blue Bell #8E8BCE

Tints of Blue Bell #8E8BCE

Color information

#8E8BCE (or 0x8E8BCE) is unknown color: approx Blue Bell. HEX triplet: 8E, 8B and CE. RGB value is (142,139,206). Sum of RGB (Red+Green+Blue) = 142+139+206=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8BCE is #717431. Grayscale: #939393. Windows color (decimal): -7435314 or 13536142. OLE color: 13536142.

HSL color Cylindrical-coordinate representation of color #8E8BCE: hue angle of 242.69º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E8BCE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142139206-
CMYK0.310.3300.19
HSL242.69º40.61%67.65%-
HSV(B)242.69º32.52%80.78%-
XYZ31.5328.6762.27-
YUV147.54160.99124.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=29.16%
G=28.54%
B=42.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421392060.310.3300.19242.6940.6167.65
Hex8E8BCE1F21013f32944
Octal216213316374102336351104
Binary10001110100010111100111011111100001010011111100111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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