#989ACB

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

Shades of Blue Bell #989ACB

Tints of Blue Bell #989ACB

Color information

#989ACB (or 0x989ACB) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and CB. RGB value is (152,154,203). Sum of RGB (Red+Green+Blue) = 152+154+203=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #989ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ACB is #676534. Grayscale: #9E9E9E. Windows color (decimal): -6776117 or 13343384. OLE color: 13343384.

HSL color Cylindrical-coordinate representation of color #989ACB: hue angle of 237.65º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989ACB is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152154203-
CMYK0.250.2400.20
HSL237.65º32.9%69.61%-
HSV(B)237.65º25.12%79.61%-
XYZ35.2834.161.22-
YUV158.99152.84123.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=29.86%
G=30.26%
B=39.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521542030.250.2400.20237.6532.969.61
Hex989ACB1918014ee2146
Octal230232313313002435641106
Binary1001100010011010110010111100111000010100111011101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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