#989ED1

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

Shades of Blue Bell #989ED1

Tints of Blue Bell #989ED1

Color information

#989ED1 (or 0x989ED1) is unknown color: approx Blue Bell. HEX triplet: 98, 9E and D1. RGB value is (152,158,209). Sum of RGB (Red+Green+Blue) = 152+158+209=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #989ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ED1 is #67612E. Grayscale: #A1A1A1. Windows color (decimal): -6775087 or 13737624. OLE color: 13737624.

HSL color Cylindrical-coordinate representation of color #989ED1: hue angle of 233.68º degrees, saturation: 0.38, 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 #989ED1 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152158209-
CMYK0.270.2400.18
HSL233.68º38.26%70.78%-
HSV(B)233.68º27.27%81.96%-
XYZ36.6835.7365.29-
YUV162.02154.51120.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.29%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=29.29%
G=30.44%
B=40.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521582090.270.2400.18233.6838.2670.78
Hex989ED11B18012ea2647
Octal230236321333002235246107
Binary1001100010011110110100011101111000010010111010101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,158,209); }

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

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

 a { background-color: rgb(152,158,209); }

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

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

 span { border-color: rgb(152,158,209); }

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