#8D89CE

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

Shades of Blue Bell #8D89CE

Tints of Blue Bell #8D89CE

Color information

#8D89CE (or 0x8D89CE) is unknown color: approx Blue Bell. HEX triplet: 8D, 89 and CE. RGB value is (141,137,206). Sum of RGB (Red+Green+Blue) = 141+137+206=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89CE is #727631. Grayscale: #919191. Windows color (decimal): -7501362 or 13535629. OLE color: 13535629.

HSL color Cylindrical-coordinate representation of color #8D89CE: hue angle of 243.48º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D89CE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141137206-
CMYK0.320.3300.19
HSL243.48º41.32%67.25%-
HSV(B)243.48º33.5%80.78%-
XYZ31.0728.0162.16-
YUV146.06161.83124.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=29.13%
G=28.31%
B=42.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411372060.320.3300.19243.4841.3267.25
Hex8D89CE2021013f32943
Octal215211316404102336351103
Binary100011011000100111001110100000100001010011111100111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D89CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,206); }

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

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

 a { background-color: rgb(141,137,206); }

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

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

 span { border-color: rgb(141,137,206); }

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