#989ADA

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

Shades of Blue Bell #989ADA

Tints of Blue Bell #989ADA

Color information

#989ADA (or 0x989ADA) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and DA. RGB value is (152,154,218). Sum of RGB (Red+Green+Blue) = 152+154+218=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #989ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ADA is #676525. Grayscale: #A0A0A0. Windows color (decimal): -6776102 or 14326424. OLE color: 14326424.

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

Color convert

RGB152154218-
CMYK0.300.2900.15
HSL238.18º47.14%72.55%-
HSV(B)238.18º30.28%85.49%-
XYZ37.1634.8571.1-
YUV160.7160.34121.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=29.01%
G=29.39%
B=41.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521542180.300.2900.15238.1847.1472.55
Hex989ADA1E1D0Fee2f49
Octal230232332363501735657111
Binary100110001001101011011010111101110101111111011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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