#9CA3DB

Color #9CA3DB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9CA3DB

Tints of Blue Bell #9CA3DB

Color information

#9CA3DB (or 0x9CA3DB) is unknown color: approx Blue Bell. HEX triplet: 9C, A3 and DB. RGB value is (156,163,219). Sum of RGB (Red+Green+Blue) = 156+163+219=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA3DB is #635C24. Grayscale: #A7A7A7. Windows color (decimal): -6511653 or 14394268. OLE color: 14394268.

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

Color convert

RGB156163219-
CMYK0.290.2600.14
HSL233.33º46.67%73.53%-
HSV(B)233.33º28.77%85.88%-
XYZ39.5938.3872.34-
YUV167.29157.18119.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=29.00%
G=30.30%
B=40.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561632190.290.2600.14233.3346.6773.53
Hex9CA3DB1D1A0Ee92f4a
Octal234243333353201635157112
Binary100111001010001111011011111011101001110111010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CA3DB;
 }
 .AnyTagClassName
 {
   color: #9CA3DB;
 }
</style>
background-color css

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

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

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

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

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

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