Html Css Color HEX #9C9BDB Blue Bell

📋 copy color: '#9C9BDB'

red 156 ◦ green 155 ◦ blue 219

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

Shades of Blue Bell #9C9BDB

Tints of Blue Bell #9C9BDB

RGB

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

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

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

R = 29.43%
G = 29.25%
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

#9C9BDB (or 0x9C9BDB) is known color: Blue Bell. HEX triplet: 9C, 9B and DB. RGB value is (156,155,219). Sum of RGB (Red+Green+Blue) = 156+155+219=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 155 (60.94% from 255 or 29.25% 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 #9C9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BDB is #636424. Grayscale: #A2A2A2. Windows color (decimal): -6513701 or 14392220. OLE color: 14392220.

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

Color convert

RGB 156 155 219 -
CMYK 0.29 0.29 0 0.14
HSL 240.94º 0.47% 0.73% -
HSV(B) 240.94º 0.29% 0.86% -
XYZ 38.22 35.63 71.88 -
YUV 162.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 156 155 219 0.29 0.29 0 0.14 240.94 0.47 0.73
Hex 9C 9B DB 1D 1D 0 E F1 2F 49
Octal 234 233 333 35 35 0 16 361 57 111
Binary 10011100 10011011 11011011 11101 11101 0 1110 11110001 101111 1001001

Color Harmonies of #9C9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9BDB

Black with #9C9BDB

Text Example


Text Example

White with #9C9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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