#989DCE

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

Shades of Blue Bell #989DCE

Tints of Blue Bell #989DCE

Color information

#989DCE (or 0x989DCE) is unknown color: approx Blue Bell. HEX triplet: 98, 9D and CE. RGB value is (152,157,206). Sum of RGB (Red+Green+Blue) = 152+157+206=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #989DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DCE is #676231. Grayscale: #A0A0A0. Windows color (decimal): -6775346 or 13540760. OLE color: 13540760.

HSL color Cylindrical-coordinate representation of color #989DCE: hue angle of 234.44º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989DCE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152157206-
CMYK0.260.2400.19
HSL234.44º35.53%70.2%-
HSV(B)234.44º26.21%80.78%-
XYZ36.1535.2563.29-
YUV161.09153.34121.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 206 (80.86% from 255) = 40%
R=29.51%
G=30.49%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521572060.260.2400.19234.4435.5370.2
Hex989DCE1A18013ea2446
Octal230235316323002335244106
Binary1001100010011101110011101101011000010011111010101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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