Html Css Color HEX #9896D7 Blue Bell

📋 copy color: '#9896D7'

red 152 ◦ green 150 ◦ blue 215

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

Shades of Blue Bell #9896D7

Tints of Blue Bell #9896D7

RGB

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

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

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

R = 29.4%
G = 29.01%
B = 41.59%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9896D7 (or 0x9896D7) is known color: Blue Bell. HEX triplet: 98, 96 and D7. RGB value is (152,150,215). Sum of RGB (Red+Green+Blue) = 152+150+215=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #9896D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896D7 is #676928. Grayscale: #9D9D9D. Windows color (decimal): -6777129 or 14128792. OLE color: 14128792.

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

Color convert

RGB 152 150 215 -
CMYK 0.29 0.30 0 0.16
HSL 241.85º 0.45% 0.72% -
HSV(B) 241.85º 0.3% 0.84% -
XYZ 36.12 33.39 68.83 -
YUV 158.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 152 150 215 0.29 0.30 0 0.16 241.85 0.45 0.72
Hex 98 96 D7 1D 1E 0 10 F2 2D 48
Octal 230 226 327 35 36 0 20 362 55 110
Binary 10011000 10010110 11010111 11101 11110 0 10000 11110010 101101 1001000

Color Harmonies of #9896D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896D7

Black with #9896D7

Text Example


Text Example

White with #9896D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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