#8E8DCD

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

Shades of Blue Bell #8E8DCD

Tints of Blue Bell #8E8DCD

Color information

#8E8DCD (or 0x8E8DCD) is unknown color: approx Blue Bell. HEX triplet: 8E, 8D and CD. RGB value is (142,141,205). Sum of RGB (Red+Green+Blue) = 142+141+205=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DCD is #717232. Grayscale: #949494. Windows color (decimal): -7434803 or 13471118. OLE color: 13471118.

HSL color Cylindrical-coordinate representation of color #8E8DCD: hue angle of 240.94º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E8DCD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142141205-
CMYK0.310.3100.20
HSL240.94º39.02%67.84%-
HSV(B)240.94º31.22%80.39%-
XYZ31.729.2161.72-
YUV148.6159.83123.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=29.10%
G=28.89%
B=42.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421412050.310.3100.20240.9439.0267.84
Hex8E8DCD1F1F014f12744
Octal216215315373702436147104
Binary1000111010001101110011011111111111010100111100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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