Html Css Color HEX #9C9CDB Blue Bell

📋 copy color: '#9C9CDB'

red 156 ◦ green 156 ◦ blue 219

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

Shades of Blue Bell #9C9CDB

Tints of Blue Bell #9C9CDB

RGB

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

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

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

R = 29.38%
G = 29.38%
B = 41.24%

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

#9C9CDB (or 0x9C9CDB) is known color: Blue Bell. HEX triplet: 9C, 9C and DB. RGB value is (156,156,219). Sum of RGB (Red+Green+Blue) = 156+156+219=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CDB is #636324. Grayscale: #A2A2A2. Windows color (decimal): -6513445 or 14392476. OLE color: 14392476.

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

Color convert

RGB 156 156 219 -
CMYK 0.29 0.29 0 0.14
HSL 240º 0.47% 0.74% -
HSV(B) 240º 0.29% 0.86% -
XYZ 38.38 35.96 71.94 -
YUV 163.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 156 156 219 0.29 0.29 0 0.14 240 0.47 0.74
Hex 9C 9C DB 1D 1D 0 E F0 2F 4A
Octal 234 234 333 35 35 0 16 360 57 112
Binary 10011100 10011100 11011011 11101 11101 0 1110 11110000 101111 1001010

Color Harmonies of #9C9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9CDB

Black with #9C9CDB

Text Example


Text Example

White with #9C9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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