#989CDB

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

Shades of Blue Bell #989CDB

Tints of Blue Bell #989CDB

Color information

#989CDB (or 0x989CDB) is unknown color: approx Blue Bell. HEX triplet: 98, 9C and DB. RGB value is (152,156,219). Sum of RGB (Red+Green+Blue) = 152+156+219=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #989CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CDB is #676324. Grayscale: #A1A1A1. Windows color (decimal): -6775589 or 14392472. OLE color: 14392472.

HSL color Cylindrical-coordinate representation of color #989CDB: hue angle of 236.42º degrees, saturation: 0.48, 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 #989CDB is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152156219-
CMYK0.310.2900.14
HSL236.42º48.2%72.75%-
HSV(B)236.42º30.59%85.88%-
XYZ37.6235.5771.9-
YUV161.99160.17120.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=28.84%
G=29.60%
B=41.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521562190.310.2900.14236.4248.272.75
Hex989CDB1F1D0Eec3049
Octal230234333373501635460111
Binary100110001001110011011011111111110101110111011001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,156,219); }

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

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

 a { background-color: rgb(152,156,219); }

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

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

 span { border-color: rgb(152,156,219); }

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