#9CA2DC

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

Shades of Blue Bell #9CA2DC

Tints of Blue Bell #9CA2DC

Color information

#9CA2DC (or 0x9CA2DC) is unknown color: approx Blue Bell. HEX triplet: 9C, A2 and DC. RGB value is (156,162,220). Sum of RGB (Red+Green+Blue) = 156+162+220=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2DC is #635D23. Grayscale: #A6A6A6. Windows color (decimal): -6511908 or 14459548. OLE color: 14459548.

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

Color convert

RGB156162220-
CMYK0.290.2600.14
HSL234.38º47.76%73.73%-
HSV(B)234.38º29.09%86.27%-
XYZ39.5538.0872.98-
YUV166.82158.01120.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=29.00%
G=30.11%
B=40.89%

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
Decimal1561622200.290.2600.14234.3847.7673.73
Hex9CA2DC1D1A0Eea304a
Octal234242334353201635260112
Binary100111001010001011011100111011101001110111010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,220); }

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

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

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

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

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

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

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