#989DC5

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

Shades of Blue Bell #989DC5

Tints of Blue Bell #989DC5

Color information

#989DC5 (or 0x989DC5) is unknown color: approx Blue Bell. HEX triplet: 98, 9D and C5. RGB value is (152,157,197). Sum of RGB (Red+Green+Blue) = 152+157+197=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #989DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DC5 is #67623A. Grayscale: #9F9F9F. Windows color (decimal): -6775355 or 12950936. OLE color: 12950936.

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

Color convert

RGB152157197-
CMYK0.230.2000.23
HSL233.33º27.95%68.43%-
HSV(B)233.33º22.84%77.25%-
XYZ35.0834.8257.7-
YUV160.06148.84122.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.04%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=30.04%
G=31.03%
B=38.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521571970.230.2000.23233.3327.9568.43
Hex989DC51714017e91c44
Octal230235305272402735134104
Binary100110001001110111000101101111010001011111101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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