#989BCF

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

Shades of Blue Bell #989BCF

Tints of Blue Bell #989BCF

Color information

#989BCF (or 0x989BCF) is unknown color: approx Blue Bell. HEX triplet: 98, 9B and CF. RGB value is (152,155,207). Sum of RGB (Red+Green+Blue) = 152+155+207=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #989BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BCF is #676430. Grayscale: #9F9F9F. Windows color (decimal): -6775857 or 13605784. OLE color: 13605784.

HSL color Cylindrical-coordinate representation of color #989BCF: hue angle of 236.73º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #989BCF is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152155207-
CMYK0.270.2500.19
HSL236.73º36.42%70.39%-
HSV(B)236.73º26.57%81.18%-
XYZ35.9334.6263.82-
YUV160.03154.51122.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.57%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=29.57%
G=30.16%
B=40.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521552070.270.2500.19236.7336.4270.39
Hex989BCF1B19013ed2446
Octal230233317333102335544106
Binary1001100010011011110011111101111001010011111011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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