Html Css Color HEX #9899DA Blue Bell

📋 copy color: '#9899DA'

red 152 ◦ green 153 ◦ blue 218

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

Shades of Blue Bell #9899DA

Tints of Blue Bell #9899DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 29.06%
G = 29.25%
B = 41.68%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9899DA (or 0x9899DA) is known color: Blue Bell. HEX triplet: 98, 99 and DA. RGB value is (152,153,218). Sum of RGB (Red+Green+Blue) = 152+153+218=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #9899DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899DA is #676625. Grayscale: #9F9F9F. Windows color (decimal): -6776358 or 14326168. OLE color: 14326168.

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

Color convert

RGB 152 153 218 -
CMYK 0.30 0.30 0 0.15
HSL 239.09º 0.47% 0.73% -
HSV(B) 239.09º 0.3% 0.85% -
XYZ 37 34.52 71.04 -
YUV 160.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 152 153 218 0.30 0.30 0 0.15 239.09 0.47 0.73
Hex 98 99 DA 1E 1E 0 F EF 2F 49
Octal 230 231 332 36 36 0 17 357 57 111
Binary 10011000 10011001 11011010 11110 11110 0 1111 11101111 101111 1001001

Color Harmonies of #9899DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9899DA

Black with #9899DA

Text Example


Text Example

White with #9899DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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