Html Css Color HEX #9896DF Blue Bell

📋 copy color: '#9896DF'

red 152 ◦ green 150 ◦ blue 223

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

Shades of Blue Bell #9896DF

Tints of Blue Bell #9896DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 28.95%
G = 28.57%
B = 42.48%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9896DF (or 0x9896DF) is known color: Blue Bell. HEX triplet: 98, 96 and DF. RGB value is (152,150,223). Sum of RGB (Red+Green+Blue) = 152+150+223=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9896DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896DF is #676920. Grayscale: #9E9E9E. Windows color (decimal): -6777121 or 14653080. OLE color: 14653080.

HSL color Cylindrical-coordinate representation of color #9896DF: hue angle of 241.64º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9896DF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 150 223 -
CMYK 0.32 0.33 0 0.13
HSL 241.64º 0.53% 0.73% -
HSV(B) 241.64º 0.33% 0.87% -
XYZ 37.17 33.82 74.38 -
YUV 158.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 152 150 223 0.32 0.33 0 0.13 241.64 0.53 0.73
Hex 98 96 DF 20 21 0 D F2 35 49
Octal 230 226 337 40 41 0 15 362 65 111
Binary 10011000 10010110 11011111 100000 100001 0 1101 11110010 110101 1001001

Color Harmonies of #9896DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896DF

Black with #9896DF

Text Example


Text Example

White with #9896DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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