#989AC6

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

Shades of Blue Bell #989AC6

Tints of Blue Bell #989AC6

Color information

#989AC6 (or 0x989AC6) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and C6. RGB value is (152,154,198). Sum of RGB (Red+Green+Blue) = 152+154+198=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #989AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AC6 is #676539. Grayscale: #9E9E9E. Windows color (decimal): -6776122 or 13015704. OLE color: 13015704.

HSL color Cylindrical-coordinate representation of color #989AC6: hue angle of 237.39º 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 #989AC6 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB152154198-
CMYK0.230.2200.22
HSL237.39º28.75%68.63%-
HSV(B)237.39º23.23%77.65%-
XYZ34.733.8658.13-
YUV158.42150.34123.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=30.16%
G=30.56%
B=39.29%

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
Decimal1521541980.230.2200.22237.3928.7568.63
Hex989AC61716016ed1d45
Octal230232306272602635535105
Binary100110001001101011000110101111011001011011101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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