#8C89CE

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

Shades of Blue Bell #8C89CE

Tints of Blue Bell #8C89CE

Color information

#8C89CE (or 0x8C89CE) is unknown color: approx Blue Bell. HEX triplet: 8C, 89 and CE. RGB value is (140,137,206). Sum of RGB (Red+Green+Blue) = 140+137+206=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89CE is #737631. Grayscale: #919191. Windows color (decimal): -7566898 or 13535628. OLE color: 13535628.

HSL color Cylindrical-coordinate representation of color #8C89CE: hue angle of 242.61º 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 #8C89CE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140137206-
CMYK0.320.3300.19
HSL242.61º41.32%67.25%-
HSV(B)242.61º33.5%80.78%-
XYZ30.927.9262.15-
YUV145.76161.99123.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.99%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=28.99%
G=28.36%
B=42.65%

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
Decimal1401372060.320.3300.19242.6141.3267.25
Hex8C89CE2021013f32943
Octal214211316404102336351103
Binary100011001000100111001110100000100001010011111100111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C89CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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