#989FCE

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

Shades of Blue Bell #989FCE

Tints of Blue Bell #989FCE

Color information

#989FCE (or 0x989FCE) is unknown color: approx Blue Bell. HEX triplet: 98, 9F and CE. RGB value is (152,159,206). Sum of RGB (Red+Green+Blue) = 152+159+206=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #989FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FCE is #676031. Grayscale: #A2A2A2. Windows color (decimal): -6774834 or 13541272. OLE color: 13541272.

HSL color Cylindrical-coordinate representation of color #989FCE: hue angle of 232.22º 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 #989FCE is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152159206-
CMYK0.260.2300.19
HSL232.22º35.53%70.2%-
HSV(B)232.22º26.21%80.78%-
XYZ36.4935.9363.4-
YUV162.27152.68120.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=29.40%
G=30.75%
B=39.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521592060.260.2300.19232.2235.5370.2
Hex989FCE1A17013e82446
Octal230237316322702335044106
Binary1001100010011111110011101101010111010011111010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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