#989DC4

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

Shades of Blue Bell #989DC4

Tints of Blue Bell #989DC4

Color information

#989DC4 (or 0x989DC4) is unknown color: approx Blue Bell. HEX triplet: 98, 9D and C4. RGB value is (152,157,196). Sum of RGB (Red+Green+Blue) = 152+157+196=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #989DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DC4 is #67623B. Grayscale: #9F9F9F. Windows color (decimal): -6775356 or 12885400. OLE color: 12885400.

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

Color convert

RGB152157196-
CMYK0.220.2000.23
HSL233.18º27.16%68.24%-
HSV(B)233.18º22.45%76.86%-
XYZ34.9734.7757.09-
YUV159.95148.34122.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=30.10%
G=31.09%
B=38.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521571960.220.2000.23233.1827.1668.24
Hex989DC41614017e91b44
Octal230235304262402735133104
Binary100110001001110111000100101101010001011111101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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