#989DD0

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

Shades of Blue Bell #989DD0

Tints of Blue Bell #989DD0

Color information

#989DD0 (or 0x989DD0) is unknown color: approx Blue Bell. HEX triplet: 98, 9D and D0. RGB value is (152,157,208). Sum of RGB (Red+Green+Blue) = 152+157+208=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #989DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DD0 is #67622F. Grayscale: #A1A1A1. Windows color (decimal): -6775344 or 13671832. OLE color: 13671832.

HSL color Cylindrical-coordinate representation of color #989DD0: hue angle of 234.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #989DD0 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152157208-
CMYK0.270.2500.18
HSL234.64º37.33%70.59%-
HSV(B)234.64º26.92%81.57%-
XYZ36.3935.3464.58-
YUV161.32154.34121.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=29.40%
G=30.37%
B=40.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521572080.270.2500.18234.6437.3370.59
Hex989DD01B19012eb2547
Octal230235320333102235345107
Binary1001100010011101110100001101111001010010111010111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,157,208); }

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

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

 a { background-color: rgb(152,157,208); }

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

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

 span { border-color: rgb(152,157,208); }

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