#9899DD

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

Shades of Blue Bell #9899DD

Tints of Blue Bell #9899DD

Color information

#9899DD (or 0x9899DD) is unknown color: approx Blue Bell. HEX triplet: 98, 99 and DD. RGB value is (152,153,221). Sum of RGB (Red+Green+Blue) = 152+153+221=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #9899DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899DD is #676622. Grayscale: #A0A0A0. Windows color (decimal): -6776355 or 14522776. OLE color: 14522776.

HSL color Cylindrical-coordinate representation of color #9899DD: hue angle of 239.13º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9899DD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152153221-
CMYK0.310.3100.13
HSL239.13º50.36%73.14%-
HSV(B)239.13º31.22%86.67%-
XYZ37.3934.6873.13-
YUV160.45162.17121.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.90%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=28.90%
G=29.09%
B=42.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521532210.310.3100.13239.1350.3673.14
Hex9899DD1F1F0Def3249
Octal230231335373701535762111
Binary100110001001100111011101111111111101101111011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9899DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9899DD; }

 p { color: rgb(152,153,221); }

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

<style>
 a { background-color: #9899DD; }

 a { background-color: rgb(152,153,221); }

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

<style>
 span { border-color: #9899DD; }

 span { border-color: rgb(152,153,221); }

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