#989DD9

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

Shades of Blue Bell #989DD9

Tints of Blue Bell #989DD9

Color information

#989DD9 (or 0x989DD9) is unknown color: approx Blue Bell. HEX triplet: 98, 9D and D9. RGB value is (152,157,217). Sum of RGB (Red+Green+Blue) = 152+157+217=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #989DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DD9 is #676226. Grayscale: #A2A2A2. Windows color (decimal): -6775335 or 14261656. OLE color: 14261656.

HSL color Cylindrical-coordinate representation of color #989DD9: hue angle of 235.38º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #989DD9 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152157217-
CMYK0.300.2800.15
HSL235.38º46.1%72.35%-
HSV(B)235.38º29.95%85.1%-
XYZ37.5335.870.58-
YUV162.34158.84120.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.90%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 217 (85.16% from 255) = 41.25%
R=28.90%
G=29.85%
B=41.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521572170.300.2800.15235.3846.172.35
Hex989DD91E1C0Feb2e48
Octal230235331363401735356110
Binary100110001001110111011001111101110001111111010111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,157,217); }

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

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

 a { background-color: rgb(152,157,217); }

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

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

 span { border-color: rgb(152,157,217); }

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