#9CA1DF

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

Shades of Blue Bell #9CA1DF

Tints of Blue Bell #9CA1DF

Color information

#9CA1DF (or 0x9CA1DF) is unknown color: approx Blue Bell. HEX triplet: 9C, A1 and DF. RGB value is (156,161,223). Sum of RGB (Red+Green+Blue) = 156+161+223=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA1DF is #635E20. Grayscale: #A6A6A6. Windows color (decimal): -6512161 or 14655900. OLE color: 14655900.

HSL color Cylindrical-coordinate representation of color #9CA1DF: hue angle of 235.52º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA1DF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156161223-
CMYK0.300.2800.13
HSL235.52º51.15%74.31%-
HSV(B)235.52º30.04%87.45%-
XYZ39.7737.8975.03-
YUV166.57159.84120.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.89%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=28.89%
G=29.81%
B=41.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561612230.300.2800.13235.5251.1574.31
Hex9CA1DF1E1C0Dec334a
Octal234241337363401535463112
Binary100111001010000111011111111101110001101111011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,161,223); }

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

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

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

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

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

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

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