Html Css Color HEX #9B9CDB Blue Bell

📋 copy color: '#9B9CDB'

red 155 ◦ green 156 ◦ blue 219

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

Shades of Blue Bell #9B9CDB

Tints of Blue Bell #9B9CDB

RGB

 RED value IS 155 (60.94% from 255) = 29.25%

 GREEN value IS 156 (61.33% from 255) = 29.43%

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

R = 29.25%
G = 29.43%
B = 41.32%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B9CDB (or 0x9B9CDB) is known color: Blue Bell. HEX triplet: 9B, 9C and DB. RGB value is (155,156,219). Sum of RGB (Red+Green+Blue) = 155+156+219=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CDB is #646324. Grayscale: #A2A2A2. Windows color (decimal): -6578981 or 14392475. OLE color: 14392475.

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

Color convert

RGB 155 156 219 -
CMYK 0.29 0.29 0 0.14
HSL 239.06º 0.47% 0.73% -
HSV(B) 239.06º 0.29% 0.86% -
XYZ 38.19 35.86 71.93 -
YUV 162.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 155 156 219 0.29 0.29 0 0.14 239.06 0.47 0.73
Hex 9B 9C DB 1D 1D 0 E EF 2F 49
Octal 233 234 333 35 35 0 16 357 57 111
Binary 10011011 10011100 11011011 11101 11101 0 1110 11101111 101111 1001001

Color Harmonies of #9B9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9CDB

Black with #9B9CDB

Text Example


Text Example

White with #9B9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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