#989BC6

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

Shades of Blue Bell #989BC6

Tints of Blue Bell #989BC6

Color information

#989BC6 (or 0x989BC6) is unknown color: approx Blue Bell. HEX triplet: 98, 9B and C6. RGB value is (152,155,198). Sum of RGB (Red+Green+Blue) = 152+155+198=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #989BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BC6 is #676439. Grayscale: #9E9E9E. Windows color (decimal): -6775866 or 13015960. OLE color: 13015960.

HSL color Cylindrical-coordinate representation of color #989BC6: hue angle of 236.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #989BC6 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB152155198-
CMYK0.230.2200.22
HSL236.09º28.75%68.63%-
HSV(B)236.09º23.23%77.65%-
XYZ34.8634.258.19-
YUV159150.01123-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=30.10%
G=30.69%
B=39.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521551980.230.2200.22236.0928.7568.63
Hex989BC61716016ec1d45
Octal230233306272602635435105
Binary100110001001101111000110101111011001011011101100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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