#9CA3CA

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

Shades of Blue Bell #9CA3CA

Tints of Blue Bell #9CA3CA

Color information

#9CA3CA (or 0x9CA3CA) is unknown color: approx Blue Bell. HEX triplet: 9C, A3 and CA. RGB value is (156,163,202). Sum of RGB (Red+Green+Blue) = 156+163+202=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA3CA is #635C35. Grayscale: #A5A5A5. Windows color (decimal): -6511670 or 13280156. OLE color: 13280156.

HSL color Cylindrical-coordinate representation of color #9CA3CA: hue angle of 230.87º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA3CA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156163202-
CMYK0.230.1900.21
HSL230.87º30.26%70.2%-
HSV(B)230.87º22.77%79.22%-
XYZ37.4737.5361.15-
YUV165.35148.68121.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.94%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=29.94%
G=31.29%
B=38.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561632020.230.1900.21230.8730.2670.2
Hex9CA3CA1713015e71e46
Octal234243312272302534736106
Binary100111001010001111001010101111001101010111100111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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