#989ACE

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

Shades of Blue Bell #989ACE

Tints of Blue Bell #989ACE

Color information

#989ACE (or 0x989ACE) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and CE. RGB value is (152,154,206). Sum of RGB (Red+Green+Blue) = 152+154+206=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #989ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ACE is #676531. Grayscale: #9F9F9F. Windows color (decimal): -6776114 or 13539992. OLE color: 13539992.

HSL color Cylindrical-coordinate representation of color #989ACE: hue angle of 237.78º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989ACE is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152154206-
CMYK0.260.2500.19
HSL237.78º35.53%70.2%-
HSV(B)237.78º26.21%80.78%-
XYZ35.6534.2463.12-
YUV159.33154.34122.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=29.69%
G=30.08%
B=40.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521542060.260.2500.19237.7835.5370.2
Hex989ACE1A19013ee2446
Octal230232316323102335644106
Binary1001100010011010110011101101011001010011111011101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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