Html Css Color HEX #9CA3DB Blue Bell

📋 copy color: '#9CA3DB'

red 156 ◦ green 163 ◦ blue 219

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

Shades of Blue Bell #9CA3DB

Tints of Blue Bell #9CA3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.3%

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

R = 29%
G = 30.3%
B = 40.71%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CA3DB (or 0x9CA3DB) is known color: 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

RGB 156 163 219 -
CMYK 0.29 0.26 0 0.14
HSL 233.33º 0.47% 0.74% -
HSV(B) 233.33º 0.29% 0.86% -
XYZ 39.59 38.38 72.34 -
YUV 167.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 156 163 219 0.29 0.26 0 0.14 233.33 0.47 0.74
Hex 9C A3 DB 1D 1A 0 E E9 2F 4A
Octal 234 243 333 35 32 0 16 351 57 112
Binary 10011100 10100011 11011011 11101 11010 0 1110 11101001 101111 1001010

Color Harmonies of #9CA3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA3DB

Black with #9CA3DB

Text Example


Text Example

White with #9CA3DB

Text Example


Text Example

HTML Codes & Css Web 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>