#989DCB

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

Shades of Blue Bell #989DCB

Tints of Blue Bell #989DCB

Color information

#989DCB (or 0x989DCB) is unknown color: approx Blue Bell. HEX triplet: 98, 9D and CB. RGB value is (152,157,203). Sum of RGB (Red+Green+Blue) = 152+157+203=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #989DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DCB is #676234. Grayscale: #A0A0A0. Windows color (decimal): -6775349 or 13344152. OLE color: 13344152.

HSL color Cylindrical-coordinate representation of color #989DCB: hue angle of 234.12º degrees, saturation: 0.33, 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 #989DCB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152157203-
CMYK0.250.2300.20
HSL234.12º32.9%69.61%-
HSV(B)234.12º25.12%79.61%-
XYZ35.7935.161.39-
YUV160.75151.84121.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=29.69%
G=30.66%
B=39.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521572030.250.2300.20234.1232.969.61
Hex989DCB1917014ea2146
Octal230235313312702435241106
Binary1001100010011101110010111100110111010100111010101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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