#989BDA

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

Shades of Blue Bell #989BDA

Tints of Blue Bell #989BDA

Color information

#989BDA (or 0x989BDA) is unknown color: approx Blue Bell. HEX triplet: 98, 9B and DA. RGB value is (152,155,218). Sum of RGB (Red+Green+Blue) = 152+155+218=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #989BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BDA is #676425. Grayscale: #A1A1A1. Windows color (decimal): -6775846 or 14326680. OLE color: 14326680.

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

Color convert

RGB152155218-
CMYK0.300.2900.15
HSL237.27º47.14%72.55%-
HSV(B)237.27º30.28%85.49%-
XYZ37.3335.1871.15-
YUV161.28160.01121.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.95%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=28.95%
G=29.52%
B=41.52%

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
Decimal1521552180.300.2900.15237.2747.1472.55
Hex989BDA1E1D0Fed2f49
Octal230233332363501735557111
Binary100110001001101111011010111101110101111111011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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