Html Css Color HEX #9896DC Blue Bell

📋 copy color: '#9896DC'

red 152 ◦ green 150 ◦ blue 220

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

Shades of Blue Bell #9896DC

Tints of Blue Bell #9896DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

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

R = 29.12%
G = 28.74%
B = 42.15%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9896DC (or 0x9896DC) is known color: Blue Bell. HEX triplet: 98, 96 and DC. RGB value is (152,150,220). Sum of RGB (Red+Green+Blue) = 152+150+220=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #9896DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896DC is #676923. Grayscale: #9E9E9E. Windows color (decimal): -6777124 or 14456472. OLE color: 14456472.

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

Color convert

RGB 152 150 220 -
CMYK 0.31 0.32 0 0.14
HSL 241.71º 0.5% 0.73% -
HSV(B) 241.71º 0.32% 0.86% -
XYZ 36.77 33.66 72.27 -
YUV 158.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 152 150 220 0.31 0.32 0 0.14 241.71 0.5 0.73
Hex 98 96 DC 1F 20 0 E F2 32 49
Octal 230 226 334 37 40 0 16 362 62 111
Binary 10011000 10010110 11011100 11111 100000 0 1110 11110010 110010 1001001

Color Harmonies of #9896DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896DC

Black with #9896DC

Text Example


Text Example

White with #9896DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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