#989BCC

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

Shades of Blue Bell #989BCC

Tints of Blue Bell #989BCC

Color information

#989BCC (or 0x989BCC) is unknown color: approx Blue Bell. HEX triplet: 98, 9B and CC. RGB value is (152,155,204). Sum of RGB (Red+Green+Blue) = 152+155+204=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #989BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BCC is #676433. Grayscale: #9F9F9F. Windows color (decimal): -6775860 or 13409176. OLE color: 13409176.

HSL color Cylindrical-coordinate representation of color #989BCC: hue angle of 236.54º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989BCC is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152155204-
CMYK0.250.2400.2
HSL236.54º33.77%69.8%-
HSV(B)236.54º25.49%80%-
XYZ35.5734.4861.91-
YUV159.69153.01122.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=29.75%
G=30.33%
B=39.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521552040.250.2400.2236.5433.7769.8
Hex989BCC1918014ed2246
Octal230233314313002435542106
Binary1001100010011011110011001100111000010100111011011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,204); }

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

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

 a { background-color: rgb(152,155,204); }

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

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

 span { border-color: rgb(152,155,204); }

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