#8E8EC9

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

Shades of Blue Bell #8E8EC9

Tints of Blue Bell #8E8EC9

Color information

#8E8EC9 (or 0x8E8EC9) is unknown color: approx Blue Bell. HEX triplet: 8E, 8E and C9. RGB value is (142,142,201). Sum of RGB (Red+Green+Blue) = 142+142+201=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E8EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8EC9 is #717136. Grayscale: #949494. Windows color (decimal): -7434551 or 13209230. OLE color: 13209230.

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

Color convert

RGB142142201-
CMYK0.290.2900.21
HSL240º35.33%67.25%-
HSV(B)240º29.35%78.82%-
XYZ31.3729.3159.26-
YUV148.73157.5123.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=29.28%
G=29.28%
B=41.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421422010.290.2900.2124035.3367.25
Hex8E8EC91D1D015f02343
Octal216216311353502536043103
Binary1000111010001110110010011110111101010101111100001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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