#989EBF

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

Shades of Blue Bell #989EBF

Tints of Blue Bell #989EBF

Color information

#989EBF (or 0x989EBF) is unknown color: approx Blue Bell. HEX triplet: 98, 9E and BF. RGB value is (152,158,191). Sum of RGB (Red+Green+Blue) = 152+158+191=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #989EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EBF is #676140. Grayscale: #9F9F9F. Windows color (decimal): -6775105 or 12557976. OLE color: 12557976.

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

Color convert

RGB152158191-
CMYK0.200.1700.25
HSL230.77º23.35%67.25%-
HSV(B)230.77º20.42%74.9%-
XYZ34.5834.8954.2-
YUV159.97145.51122.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 191 (75% from 255) = 38.12%
R=30.34%
G=31.54%
B=38.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521581910.200.1700.25230.7723.3567.25
Hex989EBF1411019e71743
Octal230236277242103134727103
Binary100110001001111010111111101001000101100111100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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