Html Css Color HEX #9C97DB Blue Bell

📋 copy color: '#9C97DB'

red 156 ◦ green 151 ◦ blue 219

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

Shades of Blue Bell #9C97DB

Tints of Blue Bell #9C97DB

RGB

 RED value IS 156 (61.33% from 255) = 29.66%

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

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

R = 29.66%
G = 28.71%
B = 41.63%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C97DB (or 0x9C97DB) is known color: Blue Bell. HEX triplet: 9C, 97 and DB. RGB value is (156,151,219). Sum of RGB (Red+Green+Blue) = 156+151+219=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C97DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97DB is #636824. Grayscale: #9F9F9F. Windows color (decimal): -6514725 or 14391196. OLE color: 14391196.

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

Color convert

RGB 156 151 219 -
CMYK 0.29 0.31 0 0.14
HSL 244.41º 0.49% 0.73% -
HSV(B) 244.41º 0.31% 0.86% -
XYZ 37.56 34.32 71.66 -
YUV 160.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 156 151 219 0.29 0.31 0 0.14 244.41 0.49 0.73
Hex 9C 97 DB 1D 1F 0 E F4 31 49
Octal 234 227 333 35 37 0 16 364 61 111
Binary 10011100 10010111 11011011 11101 11111 0 1110 11110100 110001 1001001

Color Harmonies of #9C97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C97DB

Black with #9C97DB

Text Example


Text Example

White with #9C97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C97DB; }

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

 H1.HeaderClassName
 {
   color: #9C97DB;
 }
 .AnyTagClassName
 {
   color: #9C97DB;
 }
</style>

background-color css

<style>
 a { background-color: #9C97DB; }

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

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

border-color css

<style>
 span { border-color: #9C97DB; }

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

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