#9989DC

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

Shades of Blue Bell #9989DC

Tints of Blue Bell #9989DC

Color information

#9989DC (or 0x9989DC) is unknown color: approx Blue Bell. HEX triplet: 99, 89 and DC. RGB value is (153,137,220). Sum of RGB (Red+Green+Blue) = 153+137+220=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #9989DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989DC is #667623. Grayscale: #969696. Windows color (decimal): -6714916 or 14453145. OLE color: 14453145.

HSL color Cylindrical-coordinate representation of color #9989DC: hue angle of 251.57º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9989DC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153137220-
CMYK0.300.3800.14
HSL251.57º54.25%70%-
HSV(B)251.57º37.73%86.27%-
XYZ3529.8371.62-
YUV151.25166.8129.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=30%
G=26.86%
B=43.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531372200.300.3800.14251.5754.2570
Hex9989DC1E260Efc3646
Octal231211334364601637466106
Binary1001100110001001110111001111010011001110111111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9989DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9989DC; }

 p { color: rgb(153,137,220); }

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

<style>
 a { background-color: #9989DC; }

 a { background-color: rgb(153,137,220); }

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

<style>
 span { border-color: #9989DC; }

 span { border-color: rgb(153,137,220); }

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