#8C89CC

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

Shades of Blue Bell #8C89CC

Tints of Blue Bell #8C89CC

Color information

#8C89CC (or 0x8C89CC) is unknown color: approx Blue Bell. HEX triplet: 8C, 89 and CC. RGB value is (140,137,204). Sum of RGB (Red+Green+Blue) = 140+137+204=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C89CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89CC is #737633. Grayscale: #919191. Windows color (decimal): -7566900 or 13404556. OLE color: 13404556.

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

Color convert

RGB140137204-
CMYK0.310.3300.2
HSL242.69º39.64%66.86%-
HSV(B)242.69º32.84%80%-
XYZ30.6627.8360.88-
YUV145.54160.99124.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=29.11%
G=28.48%
B=42.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401372040.310.3300.2242.6939.6466.86
Hex8C89CC1F21014f32843
Octal214211314374102436350103
Binary10001100100010011100110011111100001010100111100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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