#9899D8

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

Shades of Blue Bell #9899D8

Tints of Blue Bell #9899D8

Color information

#9899D8 (or 0x9899D8) is unknown color: approx Blue Bell. HEX triplet: 98, 99 and D8. RGB value is (152,153,216). Sum of RGB (Red+Green+Blue) = 152+153+216=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #9899D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899D8 is #676627. Grayscale: #9F9F9F. Windows color (decimal): -6776360 or 14195096. OLE color: 14195096.

HSL color Cylindrical-coordinate representation of color #9899D8: hue angle of 239.06º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9899D8 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152153216-
CMYK0.300.2900.15
HSL239.06º45.07%72.16%-
HSV(B)239.06º29.63%84.71%-
XYZ36.7334.4269.67-
YUV159.88159.67122.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=29.17%
G=29.37%
B=41.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521532160.300.2900.15239.0645.0772.16
Hex9899D81E1D0Fef2d48
Octal230231330363501735755110
Binary100110001001100111011000111101110101111111011111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9899D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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