Html Css Color HEX #9797DB Blue Bell

📋 copy color: '#9797DB'

red 151 ◦ green 151 ◦ blue 219

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

Shades of Blue Bell #9797DB

Tints of Blue Bell #9797DB

RGB

 RED value IS 151 (59.38% from 255) = 28.98%

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

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

R = 28.98%
G = 28.98%
B = 42.03%

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

#9797DB (or 0x9797DB) is known color: Blue Bell. HEX triplet: 97, 97 and DB. RGB value is (151,151,219). Sum of RGB (Red+Green+Blue) = 151+151+219=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #9797DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9797DB is #686824. Grayscale: #9E9E9E. Windows color (decimal): -6842405 or 14391191. OLE color: 14391191.

HSL color Cylindrical-coordinate representation of color #9797DB: hue angle of 240º 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 #9797DB is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 151 219 -
CMYK 0.31 0.31 0 0.14
HSL 240º 0.49% 0.73% -
HSV(B) 240º 0.31% 0.86% -
XYZ 36.62 33.83 71.62 -
YUV 158.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 151 151 219 0.31 0.31 0 0.14 240 0.49 0.73
Hex 97 97 DB 1F 1F 0 E F0 31 49
Octal 227 227 333 37 37 0 16 360 61 111
Binary 10010111 10010111 11011011 11111 11111 0 1110 11110000 110001 1001001

Color Harmonies of #9797DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9797DB

Black with #9797DB

Text Example


Text Example

White with #9797DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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