#8D89CA

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

Shades of Blue Bell #8D89CA

Tints of Blue Bell #8D89CA

Color information

#8D89CA (or 0x8D89CA) is unknown color: approx Blue Bell. HEX triplet: 8D, 89 and CA. RGB value is (141,137,202). Sum of RGB (Red+Green+Blue) = 141+137+202=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89CA is #727635. Grayscale: #919191. Windows color (decimal): -7501366 or 13273485. OLE color: 13273485.

HSL color Cylindrical-coordinate representation of color #8D89CA: hue angle of 243.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D89CA is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141137202-
CMYK0.300.3200.21
HSL243.69º38.01%66.47%-
HSV(B)243.69º32.18%79.22%-
XYZ30.5927.8259.63-
YUV145.61159.83124.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=29.38%
G=28.54%
B=42.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411372020.300.3200.21243.6938.0166.47
Hex8D89CA1E20015f42642
Octal215211312364002536446102
Binary10001101100010011100101011110100000010101111101001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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