#989BD0

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

Shades of Blue Bell #989BD0

Tints of Blue Bell #989BD0

Color information

#989BD0 (or 0x989BD0) is unknown color: approx Blue Bell. HEX triplet: 98, 9B and D0. RGB value is (152,155,208). Sum of RGB (Red+Green+Blue) = 152+155+208=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #989BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BD0 is #67642F. Grayscale: #9F9F9F. Windows color (decimal): -6775856 or 13671320. OLE color: 13671320.

HSL color Cylindrical-coordinate representation of color #989BD0: hue angle of 236.79º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #989BD0 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152155208-
CMYK0.270.2500.18
HSL236.79º37.33%70.59%-
HSV(B)236.79º26.92%81.57%-
XYZ36.0634.6764.47-
YUV160.14155.01122.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=29.51%
G=30.10%
B=40.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521552080.270.2500.18236.7937.3370.59
Hex989BD01B19012ed2547
Octal230233320333102235545107
Binary1001100010011011110100001101111001010010111011011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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