Html Css Color HEX #9899D7 Blue Bell

📋 copy color: '#9899D7'

red 152 ◦ green 153 ◦ blue 215

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

Shades of Blue Bell #9899D7

Tints of Blue Bell #9899D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.35%

R = 29.23%
G = 29.42%
B = 41.35%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9899D7 (or 0x9899D7) is known color: Blue Bell. HEX triplet: 98, 99 and D7. RGB value is (152,153,215). Sum of RGB (Red+Green+Blue) = 152+153+215=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #9899D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899D7 is #676628. Grayscale: #9F9F9F. Windows color (decimal): -6776361 or 14129560. OLE color: 14129560.

HSL color Cylindrical-coordinate representation of color #9899D7: hue angle of 239.05º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9899D7 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 153 215 -
CMYK 0.29 0.29 0 0.16
HSL 239.05º 0.44% 0.72% -
HSV(B) 239.05º 0.29% 0.84% -
XYZ 36.61 34.36 68.99 -
YUV 159.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 152 153 215 0.29 0.29 0 0.16 239.05 0.44 0.72
Hex 98 99 D7 1D 1D 0 10 EF 2C 48
Octal 230 231 327 35 35 0 20 357 54 110
Binary 10011000 10011001 11010111 11101 11101 0 10000 11101111 101100 1001000

Color Harmonies of #9899D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9899D7

Black with #9899D7

Text Example


Text Example

White with #9899D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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