#989DD7

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

Shades of Blue Bell #989DD7

Tints of Blue Bell #989DD7

Color information

#989DD7 (or 0x989DD7) is unknown color: approx Blue Bell. HEX triplet: 98, 9D and D7. RGB value is (152,157,215). Sum of RGB (Red+Green+Blue) = 152+157+215=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #989DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DD7 is #676228. Grayscale: #A1A1A1. Windows color (decimal): -6775337 or 14130584. OLE color: 14130584.

HSL color Cylindrical-coordinate representation of color #989DD7: hue angle of 235.24º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #989DD7 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152157215-
CMYK0.290.2700.16
HSL235.24º44.06%71.96%-
HSV(B)235.24º29.3%84.31%-
XYZ37.2735.769.22-
YUV162.12157.84120.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=29.01%
G=29.96%
B=41.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521572150.290.2700.16235.2444.0671.96
Hex989DD71D1B010eb2c48
Octal230235327353302035354110
Binary1001100010011101110101111110111011010000111010111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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