#989EBE

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

Shades of Blue Bell #989EBE

Tints of Blue Bell #989EBE

Color information

#989EBE (or 0x989EBE) is unknown color: approx Blue Bell. HEX triplet: 98, 9E and BE. RGB value is (152,158,190). Sum of RGB (Red+Green+Blue) = 152+158+190=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #989EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EBE is #676141. Grayscale: #9F9F9F. Windows color (decimal): -6775106 or 12492440. OLE color: 12492440.

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

Color convert

RGB152158190-
CMYK0.20.1700.25
HSL230.53º22.62%67.06%-
HSV(B)230.53º20%74.51%-
XYZ34.4734.8553.62-
YUV159.85145.01122.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 190 (74.61% from 255) = 38%
R=30.4%
G=31.6%
B=38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521581900.20.1700.25230.5322.6267.06
Hex989EBE1411019e71743
Octal230236276242103134727103
Binary100110001001111010111110101001000101100111100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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