#989EC3

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

Shades of Blue Bell #989EC3

Tints of Blue Bell #989EC3

Color information

#989EC3 (or 0x989EC3) is unknown color: approx Blue Bell. HEX triplet: 98, 9E and C3. RGB value is (152,158,195). Sum of RGB (Red+Green+Blue) = 152+158+195=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #989EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EC3 is #67613C. Grayscale: #A0A0A0. Windows color (decimal): -6775101 or 12820120. OLE color: 12820120.

HSL color Cylindrical-coordinate representation of color #989EC3: hue angle of 231.63º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #989EC3 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152158195-
CMYK0.220.1900.24
HSL231.63º26.38%68.04%-
HSV(B)231.63º22.05%76.47%-
XYZ35.0335.0756.55-
YUV160.42147.51121.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 195 (76.56% from 255) = 38.61%
R=30.10%
G=31.29%
B=38.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521581950.220.1900.24231.6326.3868.04
Hex989EC31613018e81a44
Octal230236303262303035032104
Binary100110001001111011000011101101001101100011101000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,158,195); }

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

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

 a { background-color: rgb(152,158,195); }

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

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

 span { border-color: rgb(152,158,195); }

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