#989CC5

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

Shades of Blue Bell #989CC5

Tints of Blue Bell #989CC5

Color information

#989CC5 (or 0x989CC5) is unknown color: approx Blue Bell. HEX triplet: 98, 9C and C5. RGB value is (152,156,197). Sum of RGB (Red+Green+Blue) = 152+156+197=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 197 - color contains mainly: blue. Hex color #989CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CC5 is #67633A. Grayscale: #9F9F9F. Windows color (decimal): -6775611 or 12950680. OLE color: 12950680.

HSL color Cylindrical-coordinate representation of color #989CC5: hue angle of 234.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #989CC5 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152156197-
CMYK0.230.2100.23
HSL234.67º27.95%68.43%-
HSV(B)234.67º22.84%77.25%-
XYZ34.9234.4857.64-
YUV159.48149.17122.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 197 (77.34% from 255) = 39.01%
R=30.10%
G=30.89%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521561970.230.2100.23234.6727.9568.43
Hex989CC51715017eb1c44
Octal230234305272502735334104
Binary100110001001110011000101101111010101011111101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,156,197); }

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

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

 a { background-color: rgb(152,156,197); }

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

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

 span { border-color: rgb(152,156,197); }

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