#989AD7

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

Shades of Blue Bell #989AD7

Tints of Blue Bell #989AD7

Color information

#989AD7 (or 0x989AD7) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and D7. RGB value is (152,154,215). Sum of RGB (Red+Green+Blue) = 152+154+215=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #989AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AD7 is #676528. Grayscale: #A0A0A0. Windows color (decimal): -6776105 or 14129816. OLE color: 14129816.

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

Color convert

RGB152154215-
CMYK0.290.2800.16
HSL238.1º44.06%71.96%-
HSV(B)238.1º29.3%84.31%-
XYZ36.7734.6969.05-
YUV160.36158.84122.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=29.17%
G=29.56%
B=41.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521542150.290.2800.16238.144.0671.96
Hex989AD71D1C010ee2c48
Octal230232327353402035654110
Binary1001100010011010110101111110111100010000111011101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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