#989DD5

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

Shades of Blue Bell #989DD5

Tints of Blue Bell #989DD5

Color information

#989DD5 (or 0x989DD5) is unknown color: approx Blue Bell. HEX triplet: 98, 9D and D5. RGB value is (152,157,213). Sum of RGB (Red+Green+Blue) = 152+157+213=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #989DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DD5 is #67622A. Grayscale: #A1A1A1. Windows color (decimal): -6775339 or 13999512. OLE color: 13999512.

HSL color Cylindrical-coordinate representation of color #989DD5: hue angle of 235.08º degrees, saturation: 0.42, 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 #989DD5 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152157213-
CMYK0.290.2600.16
HSL235.08º42.07%71.57%-
HSV(B)235.08º28.64%83.53%-
XYZ37.0235.5967.87-
YUV161.89156.84120.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=29.12%
G=30.08%
B=40.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521572130.290.2600.16235.0842.0771.57
Hex989DD51D1A010eb2a48
Octal230235325353202035352110
Binary1001100010011101110101011110111010010000111010111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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