#8E8DD0

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

Shades of Blue Bell #8E8DD0

Tints of Blue Bell #8E8DD0

Color information

#8E8DD0 (or 0x8E8DD0) is unknown color: approx Blue Bell. HEX triplet: 8E, 8D and D0. RGB value is (142,141,208). Sum of RGB (Red+Green+Blue) = 142+141+208=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DD0 is #71722F. Grayscale: #949494. Windows color (decimal): -7434800 or 13667726. OLE color: 13667726.

HSL color Cylindrical-coordinate representation of color #8E8DD0: hue angle of 240.9º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E8DD0 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB142141208-
CMYK0.320.3200.18
HSL240.9º41.61%68.43%-
HSV(B)240.9º32.21%81.57%-
XYZ32.0729.3563.65-
YUV148.94161.33123.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=28.92%
G=28.72%
B=42.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421412080.320.3200.18240.941.6168.43
Hex8E8DD02020012f12a44
Octal216215320404002236152104
Binary100011101000110111010000100000100000010010111100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,141,208); }

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

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

 a { background-color: rgb(142,141,208); }

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

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

 span { border-color: rgb(142,141,208); }

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