#8D8ECD

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

Shades of Blue Bell #8D8ECD

Tints of Blue Bell #8D8ECD

Color information

#8D8ECD (or 0x8D8ECD) is unknown color: approx Blue Bell. HEX triplet: 8D, 8E and CD. RGB value is (141,142,205). Sum of RGB (Red+Green+Blue) = 141+142+205=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 142 (55.86% from 255 or 29.10% 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 #8D8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8ECD is #727132. Grayscale: #949494. Windows color (decimal): -7500083 or 13471373. OLE color: 13471373.

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

Color convert

RGB141142205-
CMYK0.310.3100.20
HSL239.06º39.02%67.84%-
HSV(B)239.06º31.22%80.39%-
XYZ31.6829.4261.77-
YUV148.88159.67122.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=28.89%
G=29.10%
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
Decimal1411422050.310.3100.20239.0639.0267.84
Hex8D8ECD1F1F014ef2744
Octal215216315373702435747104
Binary1000110110001110110011011111111111010100111011111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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