#989ADD

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

Shades of Blue Bell #989ADD

Tints of Blue Bell #989ADD

Color information

#989ADD (or 0x989ADD) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and DD. RGB value is (152,154,221). Sum of RGB (Red+Green+Blue) = 152+154+221=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #989ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ADD is #676522. Grayscale: #A0A0A0. Windows color (decimal): -6776099 or 14523032. OLE color: 14523032.

HSL color Cylindrical-coordinate representation of color #989ADD: hue angle of 238.26º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #989ADD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152154221-
CMYK0.310.3000.13
HSL238.26º50.36%73.14%-
HSV(B)238.26º31.22%86.67%-
XYZ37.5635.0173.18-
YUV161.04161.84121.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=28.84%
G=29.22%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521542210.310.3000.13238.2650.3673.14
Hex989ADD1F1E0Dee3249
Octal230232335373601535662111
Binary100110001001101011011101111111111001101111011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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