#989FC5

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

Shades of Blue Bell #989FC5

Tints of Blue Bell #989FC5

Color information

#989FC5 (or 0x989FC5) is unknown color: approx Blue Bell. HEX triplet: 98, 9F and C5. RGB value is (152,159,197). Sum of RGB (Red+Green+Blue) = 152+159+197=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #989FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FC5 is #67603A. Grayscale: #A1A1A1. Windows color (decimal): -6774843 or 12951448. OLE color: 12951448.

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

Color convert

RGB152159197-
CMYK0.230.1900.23
HSL230.67º27.95%68.43%-
HSV(B)230.67º22.84%77.25%-
XYZ35.4335.557.81-
YUV161.24148.18121.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=29.92%
G=31.30%
B=38.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521591970.230.1900.23230.6727.9568.43
Hex989FC51713017e71c44
Octal230237305272302734734104
Binary100110001001111111000101101111001101011111100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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