#989CBF

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

Shades of Blue Bell #989CBF

Tints of Blue Bell #989CBF

Color information

#989CBF (or 0x989CBF) is unknown color: approx Blue Bell. HEX triplet: 98, 9C and BF. RGB value is (152,156,191). Sum of RGB (Red+Green+Blue) = 152+156+191=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #989CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CBF is #676340. Grayscale: #9E9E9E. Windows color (decimal): -6775617 or 12557464. OLE color: 12557464.

HSL color Cylindrical-coordinate representation of color #989CBF: hue angle of 233.85º 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 #989CBF is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152156191-
CMYK0.200.1800.25
HSL233.85º23.35%67.25%-
HSV(B)233.85º20.42%74.9%-
XYZ34.2434.2154.09-
YUV158.79146.17123.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 191 (75% from 255) = 38.28%
R=30.46%
G=31.26%
B=38.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521561910.200.1800.25233.8523.3567.25
Hex989CBF1412019ea1743
Octal230234277242203135227103
Binary100110001001110010111111101001001001100111101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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