Html Css Color HEX #9897DB Blue Bell

📋 copy color: '#9897DB'

red 152 ◦ green 151 ◦ blue 219

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

Shades of Blue Bell #9897DB

Tints of Blue Bell #9897DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.93%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 29.12%
G = 28.93%
B = 41.95%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9897DB (or 0x9897DB) is known color: Blue Bell. HEX triplet: 98, 97 and DB. RGB value is (152,151,219). Sum of RGB (Red+Green+Blue) = 152+151+219=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #9897DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9897DB is #676824. Grayscale: #9E9E9E. Windows color (decimal): -6776869 or 14391192. OLE color: 14391192.

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

Color convert

RGB 152 151 219 -
CMYK 0.31 0.31 0 0.14
HSL 240.88º 0.49% 0.73% -
HSV(B) 240.88º 0.31% 0.86% -
XYZ 36.8 33.92 71.63 -
YUV 159.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 152 151 219 0.31 0.31 0 0.14 240.88 0.49 0.73
Hex 98 97 DB 1F 1F 0 E F1 31 49
Octal 230 227 333 37 37 0 16 361 61 111
Binary 10011000 10010111 11011011 11111 11111 0 1110 11110001 110001 1001001

Color Harmonies of #9897DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9897DB

Black with #9897DB

Text Example


Text Example

White with #9897DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9897DB; }

 p { color: rgb(152,151,219); }

 H1.HeaderClassName
 {
   color: #9897DB;
 }
 .AnyTagClassName
 {
   color: #9897DB;
 }
</style>

background-color css

<style>
 a { background-color: #9897DB; }

 a { background-color: rgb(152,151,219); }

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

border-color css

<style>
 span { border-color: #9897DB; }

 span { border-color: rgb(152,151,219); }

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