Html Css Color HEX #9899DC Blue Bell

📋 copy color: '#9899DC'

red 152 ◦ green 153 ◦ blue 220

#9899DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9899DC

Tints of Blue Bell #9899DC

RGB

 RED value IS 152 (59.77% from 255) = 28.95%

 GREEN value IS 153 (60.16% from 255) = 29.14%

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 28.95%
G = 29.14%
B = 41.9%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9899DC (or 0x9899DC) is known color: Blue Bell. HEX triplet: 98, 99 and DC. RGB value is (152,153,220). Sum of RGB (Red+Green+Blue) = 152+153+220=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #9899DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899DC is #676623. Grayscale: #A0A0A0. Windows color (decimal): -6776356 or 14457240. OLE color: 14457240.

HSL color Cylindrical-coordinate representation of color #9899DC: hue angle of 239.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9899DC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 153 220 -
CMYK 0.31 0.30 0 0.14
HSL 239.12º 0.49% 0.73% -
HSV(B) 239.12º 0.31% 0.86% -
XYZ 37.26 34.63 72.43 -
YUV 160.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 152 153 220 0.31 0.30 0 0.14 239.12 0.49 0.73
Hex 98 99 DC 1F 1E 0 E EF 31 49
Octal 230 231 334 37 36 0 16 357 61 111
Binary 10011000 10011001 11011100 11111 11110 0 1110 11101111 110001 1001001

Color Harmonies of #9899DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9899DC

Black with #9899DC

Text Example


Text Example

White with #9899DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9899DC;
 }
 .AnyTagClassName
 {
   color: #9899DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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