#989ADC

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

Shades of Blue Bell #989ADC

Tints of Blue Bell #989ADC

Color information

#989ADC (or 0x989ADC) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and DC. RGB value is (152,154,220). Sum of RGB (Red+Green+Blue) = 152+154+220=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #989ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ADC is #676523. Grayscale: #A0A0A0. Windows color (decimal): -6776100 or 14457496. OLE color: 14457496.

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

Color convert

RGB152154220-
CMYK0.310.300.14
HSL238.24º49.28%72.94%-
HSV(B)238.24º30.91%86.27%-
XYZ37.4234.9572.48-
YUV160.93161.34121.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.90%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=28.90%
G=29.28%
B=41.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521542200.310.300.14238.2449.2872.94
Hex989ADC1F1E0Eee3149
Octal230232334373601635661111
Binary100110001001101011011100111111111001110111011101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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