#8E8CC9

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

Shades of Blue Bell #8E8CC9

Tints of Blue Bell #8E8CC9

Color information

#8E8CC9 (or 0x8E8CC9) is unknown color: approx Blue Bell. HEX triplet: 8E, 8C and C9. RGB value is (142,140,201). Sum of RGB (Red+Green+Blue) = 142+140+201=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E8CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8CC9 is #717336. Grayscale: #939393. Windows color (decimal): -7435063 or 13208718. OLE color: 13208718.

HSL color Cylindrical-coordinate representation of color #8E8CC9: hue angle of 241.97º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E8CC9 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142140201-
CMYK0.290.3000.21
HSL241.97º36.09%66.86%-
HSV(B)241.97º30.35%78.82%-
XYZ31.0828.7259.16-
YUV147.55158.16124.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.40%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 201 (78.91% from 255) = 41.61%
R=29.40%
G=28.99%
B=41.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421402010.290.3000.21241.9736.0966.86
Hex8E8CC91D1E015f22443
Octal216214311353602536244103
Binary1000111010001100110010011110111110010101111100101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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