#989BBF

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

Shades of Blue Bell #989BBF

Tints of Blue Bell #989BBF

Color information

#989BBF (or 0x989BBF) is unknown color: approx Blue Bell. HEX triplet: 98, 9B and BF. RGB value is (152,155,191). Sum of RGB (Red+Green+Blue) = 152+155+191=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #989BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BBF is #676440. Grayscale: #9E9E9E. Windows color (decimal): -6775873 or 12557208. OLE color: 12557208.

HSL color Cylindrical-coordinate representation of color #989BBF: hue angle of 235.38º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989BBF is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152155191-
CMYK0.200.1900.25
HSL235.38º23.35%67.25%-
HSV(B)235.38º20.42%74.9%-
XYZ34.0733.8854.03-
YUV158.21146.51123.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 191 (75% from 255) = 38.35%
R=30.52%
G=31.12%
B=38.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521551910.200.1900.25235.3823.3567.25
Hex989BBF1413019eb1743
Octal230233277242303135327103
Binary100110001001101110111111101001001101100111101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,191); }

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

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

 a { background-color: rgb(152,155,191); }

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

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

 span { border-color: rgb(152,155,191); }

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