#8C8ECD

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

Shades of Blue Bell #8C8ECD

Tints of Blue Bell #8C8ECD

Color information

#8C8ECD (or 0x8C8ECD) is unknown color: approx Blue Bell. HEX triplet: 8C, 8E and CD. RGB value is (140,142,205). Sum of RGB (Red+Green+Blue) = 140+142+205=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ECD is #737132. Grayscale: #949494. Windows color (decimal): -7565619 or 13471372. OLE color: 13471372.

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

Color convert

RGB140142205-
CMYK0.320.3100.20
HSL238.15º39.39%67.65%-
HSV(B)238.15º31.71%80.39%-
XYZ31.5129.3361.76-
YUV148.58159.84121.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=28.75%
G=29.16%
B=42.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401422050.320.3100.20238.1539.3967.65
Hex8C8ECD201F014ee2744
Octal214216315403702435647104
Binary10001100100011101100110110000011111010100111011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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