#8E8ACD

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

Shades of Blue Bell #8E8ACD

Tints of Blue Bell #8E8ACD

Color information

#8E8ACD (or 0x8E8ACD) is unknown color: approx Blue Bell. HEX triplet: 8E, 8A and CD. RGB value is (142,138,205). Sum of RGB (Red+Green+Blue) = 142+138+205=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ACD is #717532. Grayscale: #929292. Windows color (decimal): -7435571 or 13470350. OLE color: 13470350.

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

Color convert

RGB142138205-
CMYK0.310.3300.20
HSL243.58º40.12%67.25%-
HSV(B)243.58º32.68%80.39%-
XYZ31.2628.3461.58-
YUV146.83160.83124.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=29.28%
G=28.45%
B=42.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421382050.310.3300.20243.5840.1267.25
Hex8E8ACD1F21014f42843
Octal216212315374102436450103
Binary10001110100010101100110111111100001010100111101001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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