#989BDC

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

Shades of Blue Bell #989BDC

Tints of Blue Bell #989BDC

Color information

#989BDC (or 0x989BDC) is unknown color: approx Blue Bell. HEX triplet: 98, 9B and DC. RGB value is (152,155,220). Sum of RGB (Red+Green+Blue) = 152+155+220=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #989BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BDC is #676423. Grayscale: #A1A1A1. Windows color (decimal): -6775844 or 14457752. OLE color: 14457752.

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

Color convert

RGB152155220-
CMYK0.310.3000.14
HSL237.35º49.28%72.94%-
HSV(B)237.35º30.91%86.27%-
XYZ37.5935.2972.54-
YUV161.51161.01121.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=28.84%
G=29.41%
B=41.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521552200.310.3000.14237.3549.2872.94
Hex989BDC1F1E0Eed3149
Octal230233334373601635561111
Binary100110001001101111011100111111111001110111011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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