#989ECC

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

Shades of Blue Bell #989ECC

Tints of Blue Bell #989ECC

Color information

#989ECC (or 0x989ECC) is unknown color: approx Blue Bell. HEX triplet: 98, 9E and CC. RGB value is (152,158,204). Sum of RGB (Red+Green+Blue) = 152+158+204=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #989ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ECC is #676133. Grayscale: #A1A1A1. Windows color (decimal): -6775092 or 13409944. OLE color: 13409944.

HSL color Cylindrical-coordinate representation of color #989ECC: hue angle of 233.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989ECC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152158204-
CMYK0.250.2300.2
HSL233.08º33.77%69.8%-
HSV(B)233.08º25.49%80%-
XYZ36.0735.4962.08-
YUV161.45152.01121.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.57%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=29.57%
G=30.74%
B=39.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521582040.250.2300.2233.0833.7769.8
Hex989ECC1917014e92246
Octal230236314312702435142106
Binary1001100010011110110011001100110111010100111010011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989ECC; }

 p { color: rgb(152,158,204); }

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

<style>
 a { background-color: #989ECC; }

 a { background-color: rgb(152,158,204); }

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

<style>
 span { border-color: #989ECC; }

 span { border-color: rgb(152,158,204); }

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